[commit: ghc] alp/circleci/debug: oops (881e23e)
git at git.haskell.org
git at git.haskell.org
Wed Jan 16 18:22:30 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : alp/circleci/debug
Link : http://ghc.haskell.org/trac/ghc/changeset/881e23efc440105ef571f9e5b6071268db1fb83c/ghc
>---------------------------------------------------------------
commit 881e23efc440105ef571f9e5b6071268db1fb83c
Author: Alp Mestanogullari <alpmestan at gmail.com>
Date: Sat Dec 22 17:13:59 2018 +0100
oops
>---------------------------------------------------------------
881e23efc440105ef571f9e5b6071268db1fb83c
.gitlab/circle-ci-job.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab/circle-ci-job.sh b/.gitlab/circle-ci-job.sh
index 89939e2..c8f1619 100755
--- a/.gitlab/circle-ci-job.sh
+++ b/.gitlab/circle-ci-job.sh
@@ -33,7 +33,7 @@ GHCCI_URL="localhost:8888"
[ ${CI_PIPELINE_ID:-} ] || (echo "CI_PIPELINE_ID is not set"; exit 1)
# the first argument to this script is the Circle CI job type:
# validate-x86_64-linux, validate-i386-linux, ...
-CIRCLE_JOB="$1"
+CIRCLE_JOB="circleci-$1"
echo "Job type: $CIRCLE_JOB"
gitlab_user=$(echo $CI_REPOSITORY_URL | cut -d/ -f4)
More information about the ghc-commits
mailing list