Skip to content
Merged

deps #83

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions test/e2e/bootstrap-fixtures-test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Loading