Skip to content

Instantly share code, notes, and snippets.

@JulienBreux
Created December 12, 2019 16:00
Show Gist options
  • Save JulienBreux/24ce2276f821074c8bba1679116c4ec1 to your computer and use it in GitHub Desktop.
Save JulienBreux/24ce2276f821074c8bba1679116c4ec1 to your computer and use it in GitHub Desktop.
CircleCI Tag
TAG=$(echo ${CIRCLE_SHA1} | cut -c1-7)
if [ ! -z "${CIRCLE_TAG}" ]; then
TAG="${CIRCLE_TAG}"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment