Merge pull request #190 from squat/refactor_e2e

e2e: refactor the end to end tests
This commit is contained in:
Lucas Servén Marín
2021-06-15 16:58:37 +02:00
committed by GitHub
2 changed files with 37 additions and 40 deletions

View File

@@ -204,7 +204,7 @@ $(KUBECTL_BINARY):
chmod +x $@
$(BASH_UNIT):
curl -Lo $@ https://raw.githubusercontent.com/pgrange/bash_unit/v1.6.0/bash_unit
curl -Lo $@ https://raw.githubusercontent.com/pgrange/bash_unit/v1.7.2/bash_unit
chmod +x $@
e2e: container ${KIND_BINARY} ${KUBECTL_BINARY} $(BASH_UNIT)