Skip to content
Snippets Groups Projects
Commit f50025e5 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: print .job.ad and .maschine.ad, if exist

parent 5dd03af9
No related branches found
No related tags found
No related merge requests found
Pipeline #42883 passed with stage
in 5 minutes and 19 seconds
......@@ -33,6 +33,8 @@ echo "resource: ${GLIDEIN_ResourceName:-}"
echo "http_proxy: ${http_proxy:-}"
df -h --exclude-type=fuse --exclude-type=tmpfs
ls -al
test -f .job.ad && cat .job.ad
test -f .machine.ad && cat .machine.ad
eic-info
# Load container environment (include ${DETECTOR_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment