Skip to content
Snippets Groups Projects
Verified Commit c2ee3ab0 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 450ae8eb
No related branches found
No related tags found
No related merge requests found
Pipeline #8228 canceled
......@@ -70,17 +70,14 @@ test:
# trigger the integration tests
trigger_inttest:
tags: [ docker ]
stage: deploy
dependencies:
- build-testenv
stage: setup
script:
- CPPINT_REF=main
- TRIGGERED_BY_REPO=${TRIGGERED_BY_REPO:-CPPLIB}
- TRIGGERED_BY_REF=${TRIGGERED_BY_REF:-$CI_COMMIT_REF_NAME}
- TRIGGERED_BY_HASH=${TRIGGERED_BY_HASH:-$CI_COMMIT_SHORT_SHA}
- /usr/bin/curl -w "%{stderr}HTTPCODE=%{http_code}" -X POST
- curl -w "%{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"
......
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