Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
payload-docker-cms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
awesome-workshop
payload-docker-cms
Commits
2932bcc7
Commit
2932bcc7
authored
5 years ago
by
Clemens Lange
Browse files
Options
Downloads
Patches
Plain Diff
Update shared mount path
parent
89e70e16
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#1413085
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
2932bcc7
...
@@ -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 /
cvmfs
mounts:/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment