Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-octaveinttest
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-octaveinttest
Commits
3546a063
Verified
Commit
3546a063
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Next attempt at fixing the pipeline.
parent
9db184e5
No related branches found
No related tags found
No related merge requests found
Pipeline
#18905
passed
3 years ago
Stage: info
Stage: setup
Stage: build
Stage: test
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
3546a063
...
@@ -121,7 +121,7 @@ test:
...
@@ -121,7 +121,7 @@ test:
-
echo "CAOSDB_TAG = $CAOSDB_TAG"
-
echo "CAOSDB_TAG = $CAOSDB_TAG"
-
echo "DEPLOY_REF = $DEPLOY_REF"
-
echo "DEPLOY_REF = $DEPLOY_REF"
-
docker load < /image-cache/caosdb-${F_BRANCH}.tar ||
true
-
docker load < /image-cache/caosdb-${F_BRANCH}.tar ||
true
-
docker pull $CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG || CAOSDB_TAG=
${DEFAULT_CAOSDB_TAG}_F_
dev ;
-
docker pull $CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG || CAOSDB_TAG=dev ;
-
echo "CAOSDB_TAG = $CAOSDB_TAG"
-
echo "CAOSDB_TAG = $CAOSDB_TAG"
-
docker load < /image-cache/${OCTAVEINTTEST_IMAGE_CACHE} ||
true
-
docker load < /image-cache/${OCTAVEINTTEST_IMAGE_CACHE} ||
true
...
@@ -134,7 +134,7 @@ test:
...
@@ -134,7 +134,7 @@ test:
-
ls -la cert
-
ls -la cert
# here the server and the mysql backend docker are being started
# here the server and the mysql backend docker are being started
-
CAOSDB_TAG=$CAOSDB_TAG docker-compose
up -d
-
CAOSDB_TAG=
"
$CAOSDB_TAG
"
docker-compose up -d
# store versions of CaosDB parts
# store versions of CaosDB parts
-
docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_server_commit | tee hash_server
-
docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_server_commit | tee hash_server
-
docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_mysqlbackend_commit | tee hash_mysql
-
docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_mysqlbackend_commit | tee hash_mysql
...
...
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