Skip to content

Commit 979341d

Browse files
committed
for ngt node do not use ghrc image
1 parent 6ab24e2 commit 979341d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker_launcher.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ else
2525
fi
2626
fi
2727
USE_GHRC_IMAGE=true
28+
case ${HOSTNAME} in
29+
ngt-* ) USE_GHRC_IMAGE=false ;;
30+
* ) ;;
31+
esac
2832
SCRIPTPATH="$(cd "$(dirname "$0")" ; /bin/pwd -P )" # Absolute path to script
2933
export DBS_URL=https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader
3034
export GIT_CONFIG_NOSYSTEM=1

0 commit comments

Comments
 (0)