Skip to content
Snippets Groups Projects

Prepare k8s deployment

Merged Ghost User requested to merge prepare-k8s-deployment into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -4,7 +4,8 @@ build-k8s-bot:
rules:
- if: $CI
script:
- go build -o k8s-bot ./build/ci/cd
- cd build/cd
- go build -o k8s-bot
artifacts:
name: binary
paths:
Loading