misc: improve build scripts
This commit is contained in:
parent
54918c0ff2
commit
162ecb97e9
2 changed files with 4 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue