Skip to content
Snippets Groups Projects
Commit 79b9d810 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: use correct branch in pipeline

parent f0c755dc
No related branches found
No related tags found
1 merge request!7ENH: Implement queries and entity retrieval
Checking pipeline status
......@@ -5,8 +5,10 @@ cd caosdb-cpplib
# check if there is a crooesponding cpp branch. Use the default branch
# if there isn't.
if (git show-ref --verify --quiet refs/heads/$CI_COMMIT_REF_NAME) ; then
echo "git checkout $CI_COMMIT_REF_NAME"
git checkout $CI_COMMIT_REF_NAME
else
echo "git checkout $CPP_DEFAULT_BRANCH"
git checkout $CPP_DEFAULT_BRANCH
fi
git submodule update --init --recursive
......
......@@ -26,7 +26,7 @@ variables:
# The defalt branch to use with caosdb-cpplib
# TODO: Change back to dev once f-consolidate-c has been merged.
CPP_DEFAULT_BRANCH: f-consolidate-c
CPP_DEFAULT_BRANCH: dev
image: $JULIALIB_REGISTRY_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment