We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f729e commit d2d96c5Copy full SHA for d2d96c5
publish/get-and-run.sh
@@ -38,6 +38,9 @@ elif [[ -d /cvmfs/alice.cern.ch ]]; then
38
PUB_DATA=1
39
PUB_CERT=1
40
export PATH=$HOME/opt/bin:$PATH
41
+elif [[ -d /cvmfs/sft-nightlies-test.cern.ch ]]; then
42
+ CONF=/home/cvsft-nightlies-test/lcgBitsPublish-test.conf
43
+ CMD=sync-cvmfs
44
elif [[ -d /cvmfs ]]; then
45
CMD=sync-cvmfs
46
else
0 commit comments