We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bf24b commit 21df9b1Copy full SHA for 21df9b1
.gitlab-ci.yml
@@ -191,7 +191,8 @@ ort-scan:
191
- export JOB_STARTED_AT=$(date +"%Y-%m-%dT%H:%M:%S%z")
192
- echo "export JOB_STARTED_AT='$JOB_STARTED_AT'" >> vars.env
193
194
- - export TRIGGERER=${UPSTREAM_PIPELINE_URL:-"$GITLAB_USER_NAME manually"}
+ # GITLAB_USER_NAME is UPPERCASED in order to unmask it in GitLab logs
195
+ - export TRIGGERER=${UPSTREAM_PIPELINE_URL:-"${GITLAB_USER_NAME^^} manually"}
196
- echo "Started by $TRIGGERER"
197
198
# Check variables below and fix their value to "false" (that is default for them)
0 commit comments