Skip to content
Snippets Groups Projects
Commit 2c0fbbbf authored by Easy Build's avatar Easy Build
Browse files

Mon, 11 Feb 2019 10:03:56 +0100

parent 28dd4ecc
No related branches found
No related tags found
No related merge requests found
Pipeline #5881 failed
......@@ -17,7 +17,7 @@ if [ -z "$CLUSTER" ]; then
exit 1
fi
if [ "$CLUSTER" == "ANSELM"] ; then
if [ "$CLUSTER" == "ANSELM" ]; then
ml --show-hidden -t av 2>&1 | awk '{print $1 ",1"}' | grep -v -e '/,\|:' | sort -u > anselm.csv
./modules.py > anselm.md
elif [ "$CLUSTER" == "SALOMON" ]; then
......
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