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

WIP: pipeline

parent 3f9a0886
No related branches found
No related tags found
No related merge requests found
Pipeline #8327 failed
......@@ -49,7 +49,7 @@ stages:
info:
tags: [cached-dind]
image: docker:20.10
stage: setup_tests
stage: info
timeout: 1 minutes
needs: []
script:
......@@ -103,7 +103,6 @@ trigger_inttest:
- if echo "$CI_COMMIT_REF_NAME" | grep -c "^f-" ; then
echo "Check if caosdb_cppinttest has branch $CI_COMMIT_REF_NAME" ;
if wget ${CPPINTTEST_BRANCHES}/${CI_COMMIT_REF_NAME} ; then
# caosdb-cppinttest has this f-branch
CPPINT_REF=$CI_COMMIT_REF_NAME ;
fi;
fi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment