mirror of https://github.com/ecmwf/eccodes.git
Get Bamboo CIE to work
This commit is contained in:
parent
d4b089ddad
commit
2569de6aac
|
@ -1,14 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
[[ $(uname) == "Darwin" ]] && return
|
||||
# [[ $(uname) == "Darwin" ]] && return
|
||||
|
||||
# initialise module environment if it is not
|
||||
#if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
||||
# . /usr/local/apps/module/init/bash
|
||||
#fi
|
||||
|
||||
echo "Got to here........"
|
||||
|
||||
#module unload grib_api
|
||||
#module unload eccodes
|
||||
#module unload emos
|
||||
|
|
Loading…
Reference in New Issue