Skip to content

Commit def1ae7

Browse files
committed
BUG/MINOR: remove unused file from workflow
1 parent 2f56aa7 commit def1ae7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ unit-tests:
7878
- sed -i "s/K8S_VERSION/$K8S_VERSION/g" ".gitlab/kind-config.yaml"
7979
- kind create cluster --name=dev --config=./.gitlab/kind-config.yaml
8080
- 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"
8281
- sed -i -E -e "s/localhost|0\.0\.0\.0|127\.0\.0\.1/docker/g" "deploy/tests/e2e/client.go"
8382
- until kubectl get nodes -o wide;do sleep 2; done
8483
- CI_ENV=gitlab deploy/tests/create.sh

0 commit comments

Comments
 (0)