Commit 533fba78 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #49904 from oomichi/fix-indent

Automatic merge from submit-queue Fix indent of ginkgo-e2e.sh **What this PR does / why we need it**: The condition of GINKGO_UNTIL_IT_FAILS didn't contain a valid indent. So this PR fixes it for readable code.
parents b161831b c39e231c
......@@ -112,7 +112,7 @@ elif [[ ${GINKGO_PARALLEL} =~ ^[yY]$ ]]; then
fi
if [[ "${GINKGO_UNTIL_IT_FAILS:-}" == true ]]; then
ginkgo_args+=("--untilItFails=true")
ginkgo_args+=("--untilItFails=true")
fi
FLAKE_ATTEMPTS=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment