summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2021-09-25 13:55:26 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2021-09-30 22:55:53 -0700
commit1d966f6ed6ddc98b3eadfc686e80af96dd926d12 (patch)
tree6f96a923b9ebf7d64817b37bc6598d4f745c83d1 /test
parentb95120cd8c11d90ee61b94363a468e8fe63935b2 (diff)
downloadgjs-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-xtest/test-ci.sh2
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"