install kind before run

This commit is contained in:
Sergey Dudoladov 2019-05-13 11:39:34 +02:00
parent e1befadedd
commit eeaa1a132c
1 changed files with 1 additions and 1 deletions

View File

@ -46,11 +46,11 @@ pipeline:
export PATH=$PATH:$HOME/go/bin
cd $OPERATOR_TOP_DIR/postgres-operator
echo "INFO install kubectl to test 'kind' from client side"
make e2e-build e2e-run
wget https://github.com/kubernetes-sigs/kind/releases/download/0.2.1/kind-linux-amd64
chmod +x kind-linux-amd64
mv kind-linux-amd64 /tmp/kind
export PATH=$PATH:/tmp
make e2e-build e2e-run
- desc: 'Push docker image'
cmd: |
export PATH=$PATH:$HOME/go/bin