Skip to content

Commit f8f546b

Browse files
authored
Merge pull request #443 from codenrhoden/fix-e2e-periodic
Fix e2e unbound var PULL_PULL_SHA
2 parents d598659 + 2cbad4f commit f8f546b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/e2e/e2e.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ TARGET_VM_PRE=
4242
# RANDOM_STR holds a random string
4343
RANDOM_STR=""
4444

45+
PROW_JOB_ID=${PROW_JOB_ID:-}
46+
PULL_PULL_SHA=${PULL_PULL_SHA:-}
47+
4548
get_random_str() {
4649
if [ -z "${RANDOM_STR}" ]; then
4750
RANDOM_STR=$(date | { md5sum || md5; } 2>/dev/null | cut -c 1-8)

0 commit comments

Comments
 (0)