Skip to content

Commit

Permalink
Set the environment variable to proxy path separately
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Dec 20, 2024
1 parent aa8696b commit 8772090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
echo ${X509_PROXY} > x509_user_proxy
# Test rucio upload script
X509_USER_PROXY=x509_user_proxy RUCIO_CONFIG=scripts/rucio.cfg python scripts/register_to_rucio.py -f eic-info.txt -d /main/CI/eic-info.txt -s epic
export X509_USER_PROXY=x509_user_proxy
RUCIO_CONFIG=scripts/rucio.cfg python scripts/register_to_rucio.py -f eic-info.txt -d /main/CI/eic-info.txt -s epic
# Test running hepmc3 file
DETECTOR_CONFIG="epic_craterlake" \
Expand Down

0 comments on commit 8772090

Please sign in to comment.