diff --git a/ci/scripts/stage.sh b/ci/scripts/stage.sh index fd83b1f..68b6e7e 100755 --- a/ci/scripts/stage.sh +++ b/ci/scripts/stage.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -euo pipefail +set -eo pipefail # shellcheck source=scripts/common.sh source "$(dirname "$0")/common.sh"