Skip to content

Commit

Permalink
fix: use a temporary custom image for helmfile pipelines
Browse files Browse the repository at this point in the history
until we get this PR merged jenkins-x/jx#6664
  • Loading branch information
jstrachan committed Feb 1, 2020
1 parent 8753993 commit 42016aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packs/environment-helmfile/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ extends:
file: pipeline.yaml
agent:
label: jenkins-go
container: gcr.io/jenkinsxio/builder-go
# temporary hack until we get this PR merged: https://github.com/jenkins-x/jx/pull/6664
container: gcr.io/jenkinsxio/builder-go:0.0.0-SNAPSHOT-PR-6664-27
pipelines:
release:
build:
Expand Down

0 comments on commit 42016aa

Please sign in to comment.