build-configs(update)
This commit is contained in:
parent
9ea05ff9aa
commit
3b2d838337
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@
|
||||||
# This also works with multiple issue IDs in the same string, e.g.
|
# This also works with multiple issue IDs in the same string, e.g.
|
||||||
# "OD-123 OD-456", or IDs on multiple lines.
|
# "OD-123 OD-456", or IDs on multiple lines.
|
||||||
|
|
||||||
set -euo pipefail
|
set -o errexit
|
||||||
|
set -o nounset
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
PROJECT_DIR=$(git rev-parse --show-toplevel)
|
PROJECT_DIR=$(git rev-parse --show-toplevel)
|
||||||
ISSUE_FILE="$PROJECT_DIR/.issue-id"
|
ISSUE_FILE="$PROJECT_DIR/.issue-id"
|
||||||
|
|
|
||||||
Reference in a new issue