mirror of https://github.com/ecmwf/eccodes.git
Testing: disable pipefail as it breaks GitHub CI
This commit is contained in:
parent
132650a3bb
commit
752ee45903
|
@ -1,5 +1,7 @@
|
||||||
set -ea
|
set -ea
|
||||||
set -o pipefail
|
|
||||||
|
# Not all Unix shells support this unfortunately
|
||||||
|
#set -o pipefail
|
||||||
|
|
||||||
# For CMake
|
# For CMake
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue