Skip to content

Commit d135287

Browse files
Merge pull request #2657 from Nordix/siiri/script-fix
🌱 Accept uppercase format in upgrade focus
2 parents 3c77be9 + 3041cfd commit d135287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "BMO_E2E_EMULATOR=${BMO_E2E_EMULATOR}"
3333
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/ironic.yaml"
3434
export E2E_BMCS_CONF_FILE="${REPO_ROOT}/test/e2e/config/bmcs-${BMC_PROTOCOL}.yaml"
3535

36-
case "${GINKGO_FOCUS:-}" in
36+
case "${GINKGO_FOCUS,,}" in
3737
*upgrade*)
3838
export DEPLOY_IRONIC="false"
3939
export DEPLOY_BMO="false"

0 commit comments

Comments
 (0)