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

pipeline assistance

parent deaa3317
Branches
Tags
No related merge requests found
......@@ -103,6 +103,7 @@ test:
- echo $CI_REGISTRY_IMAGE
- docker login -u gitlab+deploy-token-ci-pull -p $TOKEN_CI_PULL $CI_REGISTRY_INDISCALE
- time docker load < /image-cache/caosdb-${F_BRANCH}.tar || true
- if [[ "$CAOSDB_TAG" == "" ]]; then
if echo "$F_BRANCH" | grep -c "^f-" ; then
CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH}-latest;
......@@ -132,6 +133,7 @@ test:
- rc=`cat .docker/result`
- exit $rc
dependencies: [cert]
timeout: 3h
artifacts:
paths:
- caosdb_log.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment