Skip to content

Commit

Permalink
Update ib-run-pr-crab.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Oct 30, 2024
1 parent 27e80bb commit 01a68ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crab/ib-run-pr-crab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ do
while [ "${GRIDSITE}" = "" ]
do
sleep 10
export GRIDSITE=$(curl -s -X GET --cert "/tmp/x509up_u${ID}" --key "/tmp/x509up_u${ID}" --capath "/etc/grid-security/certificates/" "https://cmsweb.cern.ch:8443/crabserver/prod/task?subresource=search&workflow=${TASK_ID}" | grep -o "http.*/${TASK_ID}")
export GRIDSITE=$(curl -s -X GET --cert "${X509_USER_PROXY}" --key "${X509_USER_PROXY}" --capath "/etc/grid-security/certificates/" "https://cmsweb.cern.ch:8443/crabserver/prod/task?subresource=search&workflow=${TASK_ID}" | grep -o "http.*/${TASK_ID}")
done

# Store information for the monitoring job
Expand Down

0 comments on commit 01a68ed

Please sign in to comment.