mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #14152 from ethereum/fix-matrix-bot
Add default value for CIRCLE_TAG
This commit is contained in:
commit
b95b96db4e
@ -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