Skip to content

Commit

Permalink
fix: Set HELM_HOME to /tekton/home/.helm
Browse files Browse the repository at this point in the history
`/builder/home` is now `/tekton/home` since we've upgraded to Tekton
0.11.3, so the old path is breaking release builds.

Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
  • Loading branch information
abayer authored and jenkins-x-bot committed Jul 20, 2020
1 parent dd23c5e commit baab83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipelineConfig:
- name: BASE_WORKSPACE
value: /workspace/source
- name: HELM_HOME
value: /builder/home/.helm
value: /tekton/home/.helm
- name: GOPATH
value: /workspace/go
- name: GOPROXY
Expand Down

0 comments on commit baab83a

Please sign in to comment.