mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
fix: unbound variable PR_HEAD_REPO (#3469)
Add default value for PR_HEAD_REPO to prevent 'unbound variable' error when no PR exists for a branch. Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
parent
e0e2b1bd0e
commit
fad4843548
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ set -euo pipefail
|
|||
|
||||
# Default values
|
||||
BRANCH=""
|
||||
PR_HEAD_REPO=""
|
||||
TEST_SUBDIRS=""
|
||||
TEST_SETUP="ollama"
|
||||
TEST_SUITE="base"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue