Skip to content

Commit

Permalink
TMP: Enable tls in the standard e2e make target - test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Sep 6, 2022
1 parent 5f4caeb commit 54fabb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test-install:
.PHONY: test-install

test-e2e:
./openshift/e2e-tests.sh
ENABLE_INTERNAL_TLS="true" ./openshift/e2e-tests.sh
.PHONY: test-e2e

test-e2e-tls:
Expand Down

0 comments on commit 54fabb3

Please sign in to comment.