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

MAINT: removed unhelpful cache in cached-dind job

parent 14f7a4bd
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,8 @@ build-testenv:
- time docker load < /image-cache/caosdb-server-testenv.tar || true
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# use here general latest or specific branch latest...
- docker pull $CI_REGISTRY_IMAGE || true
- docker build
--pull
--cache-from $CI_REGISTRY_IMAGE
-t $CI_REGISTRY_IMAGE .
- docker save $CI_REGISTRY_IMAGE > image.tar;
mv image.tar /image-cache/caosdb-server-testenv.tar;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment