Skip to content

Commit

Permalink
Merge pull request #518 from zalando-incubator/fix-prod-build
Browse files Browse the repository at this point in the history
Used cdp-runtime/golang for prod build
  • Loading branch information
AlexanderYastrebov committed Jun 28, 2022
2 parents 2f653b1 + 3a7d437 commit 164c753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion delivery.yaml
Expand Up @@ -36,7 +36,9 @@ pipeline:
- id: buildprod
when:
branch: master
overlay: ci/golang
vm_config:
type: linux
image: "cdp-runtime/go"
type: script
env:
GOFLAGS: "-mod=readonly"
Expand Down

0 comments on commit 164c753

Please sign in to comment.