mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 06:46:59 +01:00
posix mode so -e is inherited
This commit is contained in:
parent
3fe3bfa714
commit
bc706e42b6
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
set -o posix
|
||||||
|
|
||||||
SELF=${BASH_SOURCE[0]}
|
SELF=${BASH_SOURCE[0]}
|
||||||
SELF_DIR="$( cd "$( dirname "$SELF" )" && pwd )"
|
SELF_DIR="$( cd "$( dirname "$SELF" )" && pwd )"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
set -o posix
|
||||||
|
|
||||||
SELF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
SELF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
TMPDIR=/tmp/cascading-pr-test
|
TMPDIR=/tmp/cascading-pr-test
|
||||||
|
|
Loading…
Add table
Reference in a new issue