We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f56aa7 commit def1ae7Copy full SHA for def1ae7
.gitlab-ci.yml
@@ -78,7 +78,6 @@ unit-tests:
78
- sed -i "s/K8S_VERSION/$K8S_VERSION/g" ".gitlab/kind-config.yaml"
79
- kind create cluster --name=dev --config=./.gitlab/kind-config.yaml
80
- sed -i -E -e "s/localhost|0\.0\.0\.0|127\.0\.0\.1/docker/g" "$HOME/.kube/config"
81
- - sed -i -E -e "s/localhost|0\.0\.0\.0|127\.0\.0\.1/docker/g" "deploy/tests/ci.sh"
82
- sed -i -E -e "s/localhost|0\.0\.0\.0|127\.0\.0\.1/docker/g" "deploy/tests/e2e/client.go"
83
- until kubectl get nodes -o wide;do sleep 2; done
84
- CI_ENV=gitlab deploy/tests/create.sh
0 commit comments