install kind before run
This commit is contained in:
parent
e1befadedd
commit
eeaa1a132c
|
|
@ -46,11 +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-build e2e-run
|
|
||||||
wget https://github.com/kubernetes-sigs/kind/releases/download/0.2.1/kind-linux-amd64
|
wget https://github.com/kubernetes-sigs/kind/releases/download/0.2.1/kind-linux-amd64
|
||||||
chmod +x kind-linux-amd64
|
chmod +x kind-linux-amd64
|
||||||
mv kind-linux-amd64 /tmp/kind
|
mv kind-linux-amd64 /tmp/kind
|
||||||
export PATH=$PATH:/tmp
|
export PATH=$PATH:/tmp
|
||||||
|
make e2e-build e2e-run
|
||||||
- desc: 'Push docker image'
|
- desc: 'Push docker image'
|
||||||
cmd: |
|
cmd: |
|
||||||
export PATH=$PATH:$HOME/go/bin
|
export PATH=$PATH:$HOME/go/bin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue