Skip to content

Commit

Permalink
Missed another 78
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Sep 28, 2019
1 parent 1611cab commit d8a023c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TAG=$(echo ${GITHUB_REF} | grep tags | grep -o "[^/]*$")
if [[ -z "${TAG}" ]]; then
echo "Not a tag push, skipping"
exit 78
exit 0
fi

# Validate the version string we're building
Expand Down

0 comments on commit d8a023c

Please sign in to comment.