Add build steps but no publish
This commit is contained in:
parent
c4dd082f59
commit
4723d253b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user