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

WIP: pipeline

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