We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaf760 commit ba0ddb1Copy full SHA for ba0ddb1
public/.evergreen.yml
@@ -61,7 +61,7 @@ functions:
61
<<: *go_env
62
MACOS_NOTARY_KEY: ${macos_notary_keyid}
63
MACOS_NOTARY_SECRET: ${macos_notary_secret}
64
- # TODO: triggered_by_git_tag is not set, because we run the task manually
+ # TODO: CLOUDP-318631 triggered_by_git_tag is not set, because we run the task manually
65
GORELEASER_CURRENT_TAG: ${triggered_by_git_tag}
66
# shell.exec EVG Task doesn't have add_to_path, so we need to explicitly add the path export below.
67
script: |
0 commit comments