Skip to content

Commit

Permalink
Fix wrong env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Sep 20, 2024
1 parent 4a9d614 commit 4deaf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env

failed=0

export ENABLE_INTERNAL_TLS="${ENABLE_INTERNAL_TLS:-false}"
export ENABLE_TLS="${ENABLE_TLS:-false}"

(( !failed )) && install_knative || failed=1
(( !failed )) && prepare_knative_serving_tests_nightly || failed=2
Expand Down

0 comments on commit 4deaf5a

Please sign in to comment.