Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Check if the bearer token gets propagated to the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored May 8, 2024
1 parent c8233ec commit 80e86e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ echo "pwd: $(pwd)"
echo "site: ${GLIDEIN_Site:-}"
echo "resource: ${GLIDEIN_ResourceName:-}"
echo "http_proxy: ${http_proxy:-}"
echo "bearer token: ${BEARER_TOKEN:-}"
df -h --exclude-type=fuse --exclude-type=tmpfs
ls -al
test -f .job.ad && cat .job.ad
Expand Down Expand Up @@ -145,7 +146,6 @@ mkdir -p ${RECO_TEMP}
ls -al ${FULL_TEMP}/${TASKNAME}.edm4hep.root
} 2>&1 | grep -v SECRET_KEY | tee ${LOG_TEMP}/${TASKNAME}.npsim.log | tail -n1000

echo ${BEARER_TOKEN}
# Data egress to directory
if [ "${COPYFULL:-false}" == "true" ] ; then
if [ xrdcp --force --recursive ${FULL_TEMP}/${TASKNAME}.edm4hep.root ${FULL_DIR} ] ; then
Expand Down

0 comments on commit 80e86e7

Please sign in to comment.