Skip to content

Commit

Permalink
BUILD/MINOR: ci: display more info on e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Sep 11, 2023
1 parent 4d9884b commit 796eb62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ docker-build-sch:
- sed -i "s~CI_REGISTRY_GO~$CI_REGISTRY_GO~g" ".gitlab/kind-config.yaml"
- sed -i "s~FROM golang~FROM $CI_REGISTRY_GO/golang~g" "build/Dockerfile"
- sed -i "s~FROM haproxytech/haproxy-alpine~FROM $CI_REGISTRY_GO/haproxy-alpine~g" "build/Dockerfile"
- cat ./.gitlab/kind-config.yaml
- kind create cluster --name=dev --config=./.gitlab/kind-config.yaml
- sed -i -E -e "s/localhost|0\.0\.0\.0|127\.0\.0\.1/docker/g" "$HOME/.kube/config"
- sed -i -E -e "s/localhost|0\.0\.0\.0|127\.0\.0\.1/docker/g" "deploy/tests/e2e/client.go"
Expand Down

0 comments on commit 796eb62

Please sign in to comment.