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

FIX: fix login to registry

parent 89b1081a
No related branches found
No related tags found
1 merge request!1F fix pipeline
Pipeline #5196 failed
......@@ -103,7 +103,7 @@ test:
- echo $CI_COMMIT_REF_NAME
- echo $CI_REGISTRY_IMAGE
- docker login -u gitlab+deploy-token-ci-pull -p $TOKEN_CI_PULL $CI_REGISTRY_INDISCALE
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- time docker load < /image-cache/caosdb-${F_BRANCH}.tar || true
- if [[ "$CAOSDB_TAG" == "" ]]; then
if echo "$F_BRANCH" | grep -c "^f-" ; then
......@@ -119,7 +119,6 @@ test:
- time docker load < /image-cache/caosdb-pyint-testenv-${CI_COMMIT_REF_NAME}.tar || true
- time docker load < /image-cache/mariadb-${F_BRANCH}.tar || true
- time docker load < /image-cache/caosdb-${F_BRANCH}.tar || true
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker pull $CI_REGISTRY_IMAGE
- cd .docker
# here the server and the mysql backend docker are being started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment