Skip to content

Commit

Permalink
fix: Use builder from version stream in release
Browse files Browse the repository at this point in the history
So that we don't need to update this in the future to pick up fixes
like #5691.

Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
  • Loading branch information
abayer authored and jenkins-x-bot committed Oct 2, 2019
1 parent db3c1e6 commit 9d29360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins-x.yml
Expand Up @@ -82,7 +82,7 @@ pipelineConfig:
- name: release
#image: docker.io/golang:1.11.5
# needs helm in the image for install_gitops_integration_test.go
image: gcr.io/jenkinsxio/builder-go:0.1.639
image: gcr.io/jenkinsxio/builder-go
command: make
args: ['release']

Expand All @@ -93,15 +93,15 @@ pipelineConfig:
args: ['--dockerfile=/workspace/source/Dockerfile','--destination=gcr.io/jenkinsxio/jx:${inputs.params.version}','--destination=gcr.io/jenkinsxio/jx:latest','--context=/workspace/source','--cache-dir=/workspace']

- name: release-charts
image: gcr.io/jenkinsxio/builder-go:0.1.639
image: gcr.io/jenkinsxio/builder-go
command: make
args:
- "release"
- -f
- /workspace/source/charts/jx/Makefile

- name: update-bot
image: gcr.io/jenkinsxio/builder-go:0.1.734
image: gcr.io/jenkinsxio/builder-go
command: ./jx/scripts/update-bot.sh

#- name: distro
Expand Down

0 comments on commit 9d29360

Please sign in to comment.