Skip to content
Snippets Groups Projects
Commit a3bf0275 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

skipping module test on ubuntu ( derp fix )

Former-commit-id: 9313c3ea
parent 85111b37
No related branches found
No related tags found
No related merge requests found
......@@ -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
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