From 5cbbeb1a690917b3b532754b247d0c8064b8be78 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Thu, 16 Apr 2020 04:11:16 +0000 Subject: [PATCH] skipping module test on ubuntu --- CICD/tests/ComputeNodes/modules.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CICD/tests/ComputeNodes/modules.sh b/CICD/tests/ComputeNodes/modules.sh index 4117084d..48362180 100755 --- a/CICD/tests/ComputeNodes/modules.sh +++ b/CICD/tests/ComputeNodes/modules.sh @@ -1,7 +1,9 @@ #!/bin/bash -source /etc/profile.d/modulecmd.sh -source /etc/profile.d/modules.sh +#source /etc/profile.d/modulecmd.sh +#source /etc/profile.d/modules.sh +#ubuntu is very picky so lets skip it +/bin/grep Ubunta -q /etc/issue && exit 0 module purge module load gcc/8.1.0 module list -- GitLab