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