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

build path

parent d11a9735
No related branches found
No related tags found
1 merge request!128Prepare k8s deployment
Pipeline #67621 passed
This commit is part of merge request !128. Comments created here will be created in the context of that merge request.
...@@ -18,7 +18,7 @@ build-k8s-bot: ...@@ -18,7 +18,7 @@ build-k8s-bot:
variables: variables:
K8S_OP: "create" K8S_OP: "create"
script: script:
- ./k8s-bot - ./build/cd/k8s-bot
needs: needs:
- job: "build-k8s-bot" - job: "build-k8s-bot"
artifacts: true artifacts: true
...@@ -48,7 +48,7 @@ k8s:destroy: ...@@ -48,7 +48,7 @@ k8s:destroy:
variables: variables:
K8S_OP: "delete" K8S_OP: "delete"
script: script:
- ./k8s-bot - ./build/cd/k8s-bot
needs: needs:
- job: "deploy:integration-test" - job: "deploy:integration-test"
artifacts: true artifacts: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment