Skip to content

Commit

Permalink
limit mountpoint to sft.cern.ch
Browse files Browse the repository at this point in the history
  • Loading branch information
egamberini authored Nov 18, 2024
1 parent 6d3d743 commit 890e79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
container:
image: gitlab-registry.cern.ch/linuxsupport/alma9-base
volumes:
- /cvmfs:/cvmfs
- /cvmfs/sft.cern.ch/:/cvmfs/sft.cern.ch/
steps:
- name: Just echo something
run: echo "Hola amigo"
- name: Check cvmfs access
run: ls /cvmfs/sft.cern.ch
run: ls -l /cvmfs/sft.cern.ch/

0 comments on commit 890e79b

Please sign in to comment.