Skip to content

Commit

Permalink
Update cvmfs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg authored Dec 2, 2024
1 parent 3e50318 commit 9d9f563
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cvmfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
echo "$CVMFS_PROXY_BASE64" | base64 --decode > cvmfs.proxy
export X509_USER_PROXY=cvmfs.proxy
chmod 400 cvmfs.proxy
chmod 600 cvmfs.proxy
ls -l
cat cvmfs.proxy
export PATH=/usr/share/miniconda3/bin:/opt/conda/bin/:/opt/conda/condabin:$PATH
type -a openssl
openssl version
type -a gsissh
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
ssh-keygen -R cvmfs-upload01.gridpp.rl.ac.uk
ssh-keyscan cvmfs-upload01.gridpp.rl.ac.uk >> ~/.ssh/known_hosts
gsissh -p 1975 -t diracgsm@cvmfs-upload01.gridpp.rl.ac.uk /home/diracsgm/cvmfs_repo/admin/sync_packages.sh -v

0 comments on commit 9d9f563

Please sign in to comment.