Skip to content

Commit

Permalink
Update cvmfs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg authored Nov 14, 2024
1 parent a09c0e3 commit 5a9fdec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cvmfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
with:
channels: conda-forge,defaults
channel-priority: true
activate-environment: anaconda-client-env
- name: Deploy on CVMFS
env:
CVMFS_PROXY_BASE64: ${{ secrets.CVMFS_PROXY_BASE64 }}
run: |
conda create -n CVMFS_deploy openssl=3.0.7 gct
conda activate CVMFS_deploy
conda install openssl=3.0.7 gct
echo "$CVMFS_PROXY_BASE64" | base64 --decode > cvmfs.proxy
export X509_USER_PROXY=cvmfs.proxy
Expand Down

0 comments on commit 5a9fdec

Please sign in to comment.