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

run build on mr|master|develop only

parent 294d777c
No related branches found
No related tags found
1 merge request!128Prepare k8s deployment
Pipeline #67627 passed
This commit is part of merge request !128. Comments created here will be created in the context of that merge request.
......@@ -2,7 +2,9 @@ build:k8s-bot:
stage: build
image: golang:1.16
rules:
- if: $CI
- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
script:
- cd build/cd
- go build -o k8s-bot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment