Skip to content

Commit aa47fa2

Browse files
committed
debugging CI
1 parent 636182b commit aa47fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Take a look around
2121
run: pwd && ls -alh
2222
- name: Run a CVMFS Docker image and run the setup script
23-
run: docker run -t -P --device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined -e CVMFS_MOUNTS="cms.cern.ch" --entrypoint "/bin/bash" aperloff/cms-cvmfs-docker:light -c "/run.sh -c \"cat run.sh && cat mount_cvmfs.sh && ls -la && ls -la / && ls -la /cvmfs/cms.cern.ch/ && wget https://raw.githubusercontent.com/DisplacedVertices/cmssw-usercode/UL_Lepton/initial_setup.sh && chmod +x initial_setup.sh && source initial_setup.sh \" && cvmfs_config wipecache"
23+
run: docker run -t -P --device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined -e CVMFS_MOUNTS="cms.cern.ch" --entrypoint "/bin/bash" aperloff/cms-cvmfs-docker:light -c "/run.sh -c \"cat /run.sh && cat /mount_cvmfs.sh && ls -la && ls -la / && ls -la /cvmfs/cms.cern.ch/ && wget https://raw.githubusercontent.com/DisplacedVertices/cmssw-usercode/UL_Lepton/initial_setup.sh && chmod +x initial_setup.sh && source initial_setup.sh \" && cvmfs_config wipecache"

0 commit comments

Comments
 (0)