mirror of https://github.com/ecmwf/eccodes.git
bamboo: no module environment on the Mac
This commit is contained in:
parent
6b1c39a543
commit
bb1229ec13
|
@ -1,3 +1,5 @@
|
|||
# No module environment on the Mac
|
||||
[[ $(uname) -eq "Darwin" ]] && return
|
||||
# Initialise module environment if it is not
|
||||
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
||||
. /usr/local/apps/module/init/bash
|
||||
|
|
Loading…
Reference in New Issue