Add build steps but no publish

This commit is contained in:
IamTheFij 2018-11-19 17:53:23 -08:00
parent c4dd082f59
commit 4723d253b9
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
platform: ${platform}
pipeline:
build:
image: golang:1.10
commands:
- go get -u github.com/golang/dep/cmd/dep
- make build
publish:
image: plugins/docker:${docker_tag}
repo: iamthefij/dockron
# repo: iamthefij/dockron
secrets:
- docker_username
- docker_password