diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2021-09-25 13:55:26 -0700 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2021-09-30 22:55:53 -0700 |
commit | 1d966f6ed6ddc98b3eadfc686e80af96dd926d12 (patch) | |
tree | 6f96a923b9ebf7d64817b37bc6598d4f745c83d1 /test | |
parent | b95120cd8c11d90ee61b94363a468e8fe63935b2 (diff) | |
download | gjs-1d966f6ed6ddc98b3eadfc686e80af96dd926d12.tar.gz |
CI: Remove TASK_ID variable
There is already a predefined GitLab CI environment variable for the job
name, $CI_JOB_NAME, so we don't need to define one.
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-ci.sh b/test/test-ci.sh index 315dc7b9..1c4c3170 100755 --- a/test/test-ci.sh +++ b/test/test-ci.sh @@ -116,7 +116,7 @@ fi # Show some environment info do_Print_Labels 'ENVIRONMENT' echo "Running on: $BASE $OS" -echo "Job: $TASK_ID" +echo "Job: $CI_JOB_NAME" echo "Configure options: ${CONFIG_OPTS-$BUILD_OPTS}" echo "Doing: $1 $extra_opts" |