We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb36c64 commit 029de6aCopy full SHA for 029de6a
1 file changed
publish/publish-data.sh
@@ -54,6 +54,7 @@ for ARCH_DIR in /cvmfs/$REPO/{el*,ubuntu*}; do
54
ARCH_DIR=$ARCH_DIR/Modules/modulefiles/AliPhysics
55
[[ -d $ARCH_DIR ]] || continue
56
pushd $ARCH_DIR &> /dev/null
57
+ set +x
58
for ALIPHYSICS in *; do
59
[[ -e $ALIPHYSICS ]] || continue # deal with * not expanded
60
[[ $ALIPHYSICS != vAN-* ]] || continue # exclude AN tags
0 commit comments