Skip to content

Commit

Permalink
[HELM] Bump global bin version to 3.6
Browse files Browse the repository at this point in the history
Change-Id: I98cccd1aa2071d7e29d6853770c1914fd363b441
Signed-off-by: efiacor <[email protected]>
Issue-ID: OOM-2962
  • Loading branch information
efiacor committed Apr 28, 2022
1 parent 613c010 commit cdb844e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions jjb/global-templates-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
global-settings-file: '{mvn-global-settings}'
settings-file: '{mvn-settings}'
- shell: |
echo "export HELM_BIN=helm3.5" > helm.prop
echo "export HELM_BIN=helm3.6" > helm.prop
- shell: '{obj:pre_build_script}'
- shell: '{obj:build_script}'
- oom-create-netrc:
Expand Down Expand Up @@ -164,7 +164,7 @@
properties-content: 'HELM_MODULE={helm-module}'
- shell: !include-raw-escape: shell/apply-submodule-patch-oom.sh
- shell: |
echo "export HELM_BIN=helm3.5" > helm.prop
echo "export HELM_BIN=helm3.6" > helm.prop
- shell: '{obj:pre_build_script}'
- shell: '{obj:build_script}'

Expand Down Expand Up @@ -207,7 +207,7 @@
global-settings-file: 'global-settings'
settings-file: '{mvn-settings}'
- shell: |
echo "export HELM_BIN=helm3.5" > helm.prop
echo "export HELM_BIN=helm3.6" > helm.prop
- shell: '{obj:pre_build_script}'
- shell: '{obj:build_script}'
- oom-create-netrc:
Expand Down Expand Up @@ -252,7 +252,7 @@
global-settings-file: '{mvn-global-settings}'
settings-file: '{mvn-settings}'
- shell: |
echo "export HELM_BIN=helm3.5" > helm.prop
echo "export HELM_BIN=helm3.6" > helm.prop
- shell: '{obj:pre_build_script}'
- shell: '{obj:build_script}'
- oom-create-netrc:
Expand All @@ -273,7 +273,7 @@
builders:
- lf-infra-pre-build
- shell: |
echo "export HELM_BIN=helm3.5" > helm.prop
echo "export HELM_BIN=helm3.6" > helm.prop
- shell: '{pre_build_script}'
- shell: '{build_script}'
- shell: '{post_build_script}'
Expand All @@ -288,7 +288,7 @@
builders:
- lf-infra-pre-build
- shell: |
echo "export HELM_BIN=helm3.5" > helm.prop
echo "export HELM_BIN=helm3.6" > helm.prop
- shell: '{pre_build_script}'
- shell: '{build_script}'
- inject:
Expand Down Expand Up @@ -319,7 +319,7 @@
builders:
- lf-infra-pre-build
- shell: |
echo "export HELM_BIN=helm3.5" > helm.prop
echo "export HELM_BIN=helm3.6" > helm.prop
- shell: '{pre_build_script}'
- shell: '{build_script}'
- shell: '{post_build_script}'
Expand Down

0 comments on commit cdb844e

Please sign in to comment.