Skip to content

Commit e6ca012

Browse files
authored
Fix unbound JETLAG_PR (openshift#58964)
Signed-off-by: Raul Sevilla <[email protected]>
1 parent 34e0593 commit e6ca012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-operator/step-registry/openshift-qe/installer/bm/deploy/openshift-qe-installer-bm-deploy-commands.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set -x
99

1010
bastion=$(cat "/secret/address")
1111
CRUCIBLE_URL=$(cat "/secret/crucible_url")
12+
JETLAG_PR=${JETLAG_PR:-}
13+
REPO_NAME=${REPO_NAME:-}
1214

1315
cat <<EOF >>/tmp/all.yml
1416
---

0 commit comments

Comments
 (0)