Remove publish step
the build was successful Details

This commit is contained in:
IamTheFij 2018-11-21 15:07:02 -08:00
parent c5b8b490fa
commit b19148a2d8
1 changed files with 8 additions and 8 deletions

View File

@ -11,14 +11,14 @@ pipeline:
- go env
- go get -u github.com/golang/dep/cmd/dep
- make build
publish:
image: plugins/docker:${docker_tag}
# repo: iamthefij/dockron
secrets:
- docker_username
- docker_password
tag:
- ${docker_tag}
# publish:
# image: plugins/docker:${docker_tag}
# repo: iamthefij/dockron
# secrets:
# - docker_username
# - docker_password
# tag:
# - ${docker_tag}
matrix:
include: