misc: improve build scripts

This commit is contained in:
Elvin Efendi 2019-12-12 13:49:28 -05:00
parent 54918c0ff2
commit 162ecb97e9
2 changed files with 4 additions and 1 deletions

View file

@ -69,6 +69,8 @@ until kubectl get secret | grep -q -e ^ingress-nginx-e2e-token; do \
sleep 3; \
done
echo -e "Starting the e2e test pod"
kubectl run --rm \
--attach \
--restart=Never \