build-configs(update)
This commit is contained in:
parent
e1d4b1cf7a
commit
cecaaaa902
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
PROJECT_DIR=$(git rev-parse --show-toplevel) # Get the root directory of the repo
|
PROJECT_DIR=$(git rev-parse --show-toplevel)
|
||||||
ISSUE_FILE="$PROJECT_DIR/.issue-id"
|
ISSUE_FILE="$PROJECT_DIR/.issue-id"
|
||||||
|
|
||||||
if [ -f "${ISSUE_FILE}" ]; then
|
if [ -f "${ISSUE_FILE}" ]; then
|
||||||
|
|
Loading…
Reference in a new issue