Skip to content

Commit

Permalink
Add default value for CIRCLE_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Apr 23, 2023
1 parent b75bddb commit 1fb9a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/notification/matrix_notification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 1fb9a41

Please sign in to comment.