Rename artifacts
This commit is contained in:
parent
f1444b6a20
commit
28efdd4acc
|
@ -1,9 +1,9 @@
|
|||
package main
|
||||
|
||||
const BuilderId = "LizaTretyakova.vsphere"
|
||||
const BuilderId = "jetbrains.vsphere"
|
||||
|
||||
type Artifact struct {
|
||||
VMName string `json:"vm_name"`
|
||||
VMName string `json:"vm_name"`
|
||||
}
|
||||
|
||||
func (a *Artifact) BuilderId() string {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
build:
|
||||
build: docker/
|
||||
volumes:
|
||||
- .:/go/src/github.com/LizaTretyakova/packer-builder-vsphere
|
||||
working_dir: /go/src/github.com/LizaTretyakova/packer-builder-vsphere
|
||||
- .:/go/src/github.com/jetbrains-infra/packer-builder-vsphere
|
||||
working_dir: /go/src/github.com/jetbrains-infra/packer-builder-vsphere
|
||||
command: ./build.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.7.1
|
||||
FROM golang:1.8.3
|
||||
ARG GLIDE_VERSION=0.12.3
|
||||
|
||||
RUN wget -nv https://github.com/Masterminds/glide/releases/download/v$GLIDE_VERSION/glide-v$GLIDE_VERSION-linux-amd64.tar.gz -O- | \
|
||||
|
|
Loading…
Reference in New Issue