Skip to content

Commit

Permalink
Clarify debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstory committed Jan 17, 2025
1 parent a46b670 commit 3d31f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/publish/dra/publish-daily-release-artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fi

# snapshot workflows do not use qualifiers
if [[ "${WORKFLOW:-}" == "snapshot" ]]; then
echo "overriding any local VERSION_QUALIFIER for SNAPSHOT workflow"
echo "SNAPSHOT workflows ignore version qualifier"
version_qualifier=""
else
version_qualifier="${VERSION_QUALIFIER:-}"
Expand Down

0 comments on commit 3d31f12

Please sign in to comment.