ping kind version for CDP build

This commit is contained in:
Sergey Dudoladov 2019-05-13 11:32:03 +02:00
parent 407b2cab41
commit e1befadedd
1 changed files with 5 additions and 1 deletions

View File

@ -46,7 +46,11 @@ pipeline:
export PATH=$PATH:$HOME/go/bin export PATH=$PATH:$HOME/go/bin
cd $OPERATOR_TOP_DIR/postgres-operator cd $OPERATOR_TOP_DIR/postgres-operator
echo "INFO install kubectl to test 'kind' from client side" echo "INFO install kubectl to test 'kind' from client side"
make e2e-tools e2e-build e2e-run 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
- desc: 'Push docker image' - desc: 'Push docker image'
cmd: | cmd: |
export PATH=$PATH:$HOME/go/bin export PATH=$PATH:$HOME/go/bin