Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-julialib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-julialib
Commits
79b9d810
Commit
79b9d810
authored
3 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: use correct branch in pipeline
parent
f0c755dc
No related branches found
No related tags found
1 merge request
!7
ENH: Implement queries and entity retrieval
Checking pipeline status
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/install_cpplib.sh
+2
-0
2 additions, 0 deletions
.docker/install_cpplib.sh
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.docker/install_cpplib.sh
+
2
−
0
View file @
79b9d810
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
79b9d810
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment