diff --git a/test/e2e/bootstrap-fixtures-test-e2e.sh b/test/e2e/bootstrap-fixtures-test-e2e.sh index 1e943134..0117171d 100755 --- a/test/e2e/bootstrap-fixtures-test-e2e.sh +++ b/test/e2e/bootstrap-fixtures-test-e2e.sh @@ -4,15 +4,6 @@ # - where it is called, in e2e_suite_test.go, exiting if one of the commands fail. This would ensure that the tests don't execute if the fixtures didn't go well. # - at the beginning of the scripts, check the prerequisites are present: make docker kubectl HTTP_PROXY=${PROXY_URL} HTTPS_PROXY=${PROXY_URL} http_proxy=${PROXY_URL} https_proxy=${PROXY_URL} no_proxy=${NO_PROXY} NO_PROXY=${NO_PROXY} kind helm helm-images sleep cfssl openssl golang goreleaser -if [ ! "$GITHUB_ACTIONS" = "true" ]; then - PROXY_URL=http://10.245.146.98:8089 - export NO_PROXY="127.0.0.1,127.0.0.1:38300,scm.saas.cagip.group.gca,docker-remote.registry.saas.cagip.group.gca" - export no_proxy="127.0.0.1,127.0.0.1:38300,scm.saas.cagip.group.gca,docker-remote.registry.saas.cagip.group.gca" - export HTTP_PROXY=${PROXY_URL} - export HTTPS_PROXY=${PROXY_URL} - export http_proxy=${PROXY_URL} - export https_proxy=${PROXY_URL} -fi #Ldap LDAP_IMAGE="bitnamilegacy/openldap:2.6.10-debian-12-r4"