You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Are we on a tag? Try to list tags with the names above, if we get 0 lines, then we are not.
[ "`git tag -l \"$GIT_TAG\"| wc -l`"-eq 0 ] &&echo"You do not seem to be on a git tag or your working tree is dirty. Are you sure you want to use this image for release?">&2
[ "`git tag -l \"$GIT_TAG\"| wc -l`"-eq 0 ] &&echo"You do not seem to be on a git tag or your working tree is dirty. Are you sure you want to use this image for release?">&2||true