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 0a185a2 commit 67220ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cvmfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
channel-priority: true
activate-environment: anaconda-client-env
auto-update-conda: true
conda-solver: classic
- name: Deploy on CVMFS
env:
CVMFS_PROXY_BASE64: ${{ secrets.CVMFS_PROXY_BASE64 }}
run: |
conda install openssl=3.0.7 gct
conda info
conda list
conda install ca-policy-lcg gct
echo "$CVMFS_PROXY_BASE64" | base64 --decode > cvmfs.proxy
export X509_USER_PROXY=cvmfs.proxy
Expand Down

0 comments on commit 67220ff

Please sign in to comment.