Skip to content

Commit

Permalink
Merge pull request #7628 from fstagni/cherry-pick-2-ac8b4ebd6-integra…
Browse files Browse the repository at this point in the history
…tion

[sweep:integration] Fix CVMFS deployment script's path
  • Loading branch information
fstagni authored May 27, 2024
2 parents 1806b9a + 6f90da3 commit b9c4287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
export PATH=/usr/share/miniconda3/bin:/opt/conda/bin/:/opt/conda/condabin:$PATH
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
ssh-keyscan cvmfs-upload01.gridpp.rl.ac.uk >> ~/.ssh/known_hosts
gsissh -p 1975 -t cvmfs-upload01.gridpp.rl.ac.uk /home/diracsgm/cvmfs_repo/admin/sync_packages.sh -v
gsissh -p 1975 -t cvmfs-upload01.gridpp.rl.ac.uk /home/diracsgm/admin/sync_packages.sh
- name: setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit b9c4287

Please sign in to comment.