From d360c64a33037a479a98bb6a2056d9b0a16f1452 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Thu, 16 Apr 2020 04:42:57 +0000
Subject: [PATCH] skipping module test on ubuntu ( derp fix )

Former-commit-id: 9313c3ea38e7b070bb691d55e44a215c63caa168
---
 CICD/tests/ComputeNodes/modules.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/CICD/tests/ComputeNodes/modules.sh b/CICD/tests/ComputeNodes/modules.sh
index 48362180..608719fd 100755
--- a/CICD/tests/ComputeNodes/modules.sh
+++ b/CICD/tests/ComputeNodes/modules.sh
@@ -3,9 +3,8 @@
 #source /etc/profile.d/modules.sh 
 
 #ubuntu is very picky so lets skip it
-/bin/grep Ubunta -q /etc/issue && exit 0 
+/bin/grep Ubuntu -q /etc/issue && exit 0 
 module purge
 module load gcc/8.1.0
 module list
-gcc --version | grep 8.1.0
-
+gcc --version | grep 8.1.0
\ No newline at end of file
-- 
GitLab