Skip to content
Snippets Groups Projects
Verified Commit 3c1e2547 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Pipeline fixing.

parent 9062e429
No related branches found
No related tags found
No related merge requests found
Pipeline #18809 failed
......@@ -121,14 +121,14 @@ trigger_inttest:
- echo -e "Triggering caosdb-octaveinttest@${OCTAVEINT_REF}\n"
"(F_BRANCH=$F_BRANCH, OCTAVE_REGISTRY_IMAGE=${OCTAVE_REGISTRY_IMAGE})"
- curl -w "%{stderr}HTTPCODE=%{http_code}" -X POST
- curl -w "HTTPCODE:%{http_code}%{stderr}HTTPCODE=%{http_code}" -X POST
-F token=$CI_JOB_TOKEN
-F "variables[TRIGGERED_BY_REPO]=$TRIGGERED_BY_REPO"
-F "variables[TRIGGERED_BY_REF]=$TRIGGERED_BY_REF"
-F "variables[TRIGGERED_BY_HASH]=$TRIGGERED_BY_HASH"
-F "variables[OCTAVELIB_REGISTRY_IMAGE]=$OCTAVE_REGISTRY_IMAGE"
-F "variables[F_BRANCH]=${F_BRANCH}"
-F ref=${OCTAVEINT_REF} $OCTAVEINTTEST_PIPELINE 2>HTTPCODE
-F "ref=${OCTAVEINT_REF}" "${OCTAVEINTTEST_PIPELINE}" 2>HTTPCODE
# fail if the request failed
- grep -c "HTTPCODE=2" HTTPCODE
......
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