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 env
- go get -u github.com/golang/dep/cmd/dep - go get -u github.com/golang/dep/cmd/dep
- make build - 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
tag: # tag:
- ${docker_tag} # - ${docker_tag}
matrix: matrix:
include: include: