mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add default value for CIRCLE_TAG
This commit is contained in:
parent
b75bddbd11
commit
1fb9a414c9
@ -72,7 +72,7 @@ function format_predefined_message() {
|
||||
# Set message environment variables based on CI backend
|
||||
if [[ "$CIRCLECI" = true ]] ; then
|
||||
BRANCH="$CIRCLE_BRANCH"
|
||||
TAG="$CIRCLE_TAG"
|
||||
TAG="${CIRCLE_TAG:-}"
|
||||
BUILD_URL="$CIRCLE_BUILD_URL"
|
||||
BUILD_NUM="$CIRCLE_BUILD_NUM"
|
||||
WORKFLOW_NAME="$(circleci_workflow_name)"
|
||||
|
Loading…
Reference in New Issue
Block a user