Rename artifacts

This commit is contained in:
Michael Kuzmin 2017-06-27 10:55:49 +03:00
parent f1444b6a20
commit 28efdd4acc
3 changed files with 5 additions and 5 deletions

View File

@ -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 {

View File

@ -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

View File

@ -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- | \