Add build steps but no publish
This commit is contained in:
parent
c4dd082f59
commit
4723d253b9
@ -1,9 +1,14 @@
|
|||||||
platform: ${platform}
|
platform: ${platform}
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: golang:1.10
|
||||||
|
commands:
|
||||||
|
- go get -u github.com/golang/dep/cmd/dep
|
||||||
|
- make build
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker:${docker_tag}
|
image: plugins/docker:${docker_tag}
|
||||||
repo: iamthefij/dockron
|
# repo: iamthefij/dockron
|
||||||
secrets:
|
secrets:
|
||||||
- docker_username
|
- docker_username
|
||||||
- docker_password
|
- docker_password
|
||||||
|
Loading…
Reference in New Issue
Block a user