7 lines
228 B
YAML
7 lines
228 B
YAML
build:
|
|
image: jetbrainsinfra/golang:1.9.2
|
|
volumes:
|
|
- .:/go/src/github.com/jetbrains-infra/packer-builder-vsphere
|
|
working_dir: /go/src/github.com/jetbrains-infra/packer-builder-vsphere
|
|
command: ./build.sh
|