Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Mar 14, 2023
1 parent 0ae3f62 commit 637dc67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

set -xeE

printf "\n apiServerPort: 6443" >> ~/kne-internal/kind/kind-no-cni.yaml
printf "\n apiServerPort: 6443" >> /kne-internal/kind/kind-no-cni.yaml

kne deploy ~/kne-internal/deploy/kne/kind-bridge.yaml || true
kne deploy /kne-internal/deploy/kne/kind-bridge.yaml || true
mkdir -p ~/.kube
kind get kubeconfig --internal --name kne > ~/.kube/config
docker network connect kind "$(cat /etc/hostname)"

kne deploy ~/kne-internal/deploy/kne/kind-bridge.yaml
kne deploy /kne-internal/deploy/kne/kind-bridge.yaml
make itest

0 comments on commit 637dc67

Please sign in to comment.