Skip to content
Snippets Groups Projects
Commit 790771a7 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

cd ..

parent b35ee254
Branches
Tags go1.23.7
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73980 passed with warnings
...@@ -29,7 +29,6 @@ integration-test:cmd: ...@@ -29,7 +29,6 @@ integration-test:cmd:
<<: *integration-test <<: *integration-test
variables: variables:
K8S_OP: "getenv" K8S_OP: "getenv"
CI_DEBUG_TRACE: "true"
needs: needs:
- job: "build:merge-request" - job: "build:merge-request"
- job: "apply" - job: "apply"
...@@ -37,10 +36,8 @@ integration-test:cmd: ...@@ -37,10 +36,8 @@ integration-test:cmd:
- job: "build:k8s-bot" - job: "build:k8s-bot"
artifacts: true artifacts: true
script: script:
- ls
- cd ./test/integration - cd ./test/integration
- ls - ./../../build/cd/k8s-bot
- ./../build/cd/k8s-bot
- go test -race -v -run TestCmdIntegration - go test -race -v -run TestCmdIntegration
integration-test:cli: integration-test:cli:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment