Commit 5deb428a authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'ci/get-wmops-sh-non-strict-mode' into 'basop-ci-branch'

[CI] do not use bash strict mode for getWmops.sh

See merge request !2004
parents 9d6df1ca 3c1d1312
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@
# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and
# the United Nations Convention on Contracts on the International Sales of Goods.

set -euxo pipefail

function usage {
  echo "Usage: $0 \"ivas-format(s)\" \"output-format(s)\" \"mode{full(default)|mem_only}\" \"repo{float(default)|basop}\" [wmops_ref_logfile]"
  exit 1