Skip to content
Snippets Groups Projects
Commit 2932bcc7 authored by Clemens Lange's avatar Clemens Lange
Browse files

Update shared mount path

parent 89e70e16
Branches
Tags
No related merge requests found
Pipeline #1413085 failed
...@@ -11,7 +11,7 @@ build_docker: ...@@ -11,7 +11,7 @@ build_docker:
before_script: before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_BUILD_TOKEN $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_BUILD_TOKEN $CI_REGISTRY
# Need to start the automounter for CVMFS: # Need to start the automounter for CVMFS:
- docker run -d --name cvmfs --pid=host --user 0 --privileged --restart always -v /cvmfsmounts:/cvmfsmounts:rshared gitlab-registry.cern.ch/vcs/cvmfs-automounter:master - docker run -d --name cvmfs --pid=host --user 0 --privileged --restart always -v /shared-mounts:/cvmfsmounts:rshared gitlab-registry.cern.ch/vcs/cvmfs-automounter:master
script: script:
# ls /cvmfs/cms.cern.ch/ won't work, but from the container it will # ls /cvmfs/cms.cern.ch/ won't work, but from the container it will
# If you want to automount CVMFS on a new docker container add the volume config /cvmfsmounts/cvmfs:/cvmfs:rslave # If you want to automount CVMFS on a new docker container add the volume config /cvmfsmounts/cvmfs:/cvmfs:rslave
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment