Skip to content
Snippets Groups Projects

Pipeline

Closed Gideon Bensch requested to merge s76867/webservice-devops:pipeline into main
1 file
+ 7
2
Compare changes
  • Side-by-side
  • Inline
+ 7
2
@@ -10,6 +10,11 @@ workflow:
# Otherwise
- when: never
stages:
- test
- build
- run
test-job:
stage: test
image: mirror.gcr.io/library/golang:1.21
@@ -35,8 +40,8 @@ build-job:
deploy-prod:
stage: deploy
run-job:
stage: run
image: mirror.gcr.io/library/golang:1.21
script:
- echo "running locally..."
Loading