build-configs(update)

This commit is contained in:
Oliver Davies 2023-08-27 00:19:03 +01:00
parent c3474ea6d1
commit 25bb2f1d4e

View file

@ -13,7 +13,7 @@
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"
if [ -f "${ISSUE_FILE}" ]; then