Skip to content
Snippets Groups Projects
Commit 098ed119 authored by Marko Petric's avatar Marko Petric
Browse files

Change location of CernVM docker image

parent 028875d7
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ install: ...@@ -12,8 +12,8 @@ install:
- shopt -u dotglob - shopt -u dotglob
- export DD4hepDIR=${PWD}/DD4hep - export DD4hepDIR=${PWD}/DD4hep
- cat $DD4hepDIR/.dd4hep-ci.d/compile_and_test.sh - cat $DD4hepDIR/.dd4hep-ci.d/compile_and_test.sh
- curl -O http://cernvm.cern.ch/releases/production/cvm-docker-3.6.5.1.tar - curl -O https://lcd-data.web.cern.ch/lcd-data/CernVM/cernvm3-docker-latest.tar
- cat cvm-docker-3.6.5.1.tar | docker import - cernvm - cat cernvm3-docker-latest.tar | docker import - cernvm
# command to run tests # command to run tests
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment