Skip to content
Snippets Groups Projects
Commit 881e23ef authored by Alp Mestanogullari's avatar Alp Mestanogullari :squid:
Browse files

oops

parent cdba63aa
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment