Skip to content

Commit

Permalink
Use DRONE_TAG env
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Sep 19, 2018
1 parent 4375859 commit d93bba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -16,7 +16,7 @@ pipeline:
push:
image: golang
commands: |
if [ "${CI_TAG}" != "" ]; then
if [ "${DRONE_TAG}" != "" ]; then
curl -sL https://git.io/goreleaser | bash
else
echo "Not tagged, skipping step"
Expand Down

0 comments on commit d93bba0

Please sign in to comment.