fix(ci): another ci fix
This commit is contained in:
@@ -66,10 +66,6 @@ jobs:
|
|||||||
helmv3
|
helmv3
|
||||||
helm: "3.14.0"
|
helm: "3.14.0"
|
||||||
|
|
||||||
- name: Prep Helm
|
|
||||||
run: |
|
|
||||||
./.github/scripts/prep_helm.sh
|
|
||||||
|
|
||||||
- name: Prep go-yq
|
- name: Prep go-yq
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/local/bin/go-yq && chmod +x /usr/local/bin/go-yq
|
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/local/bin/go-yq && chmod +x /usr/local/bin/go-yq
|
||||||
@@ -96,6 +92,11 @@ jobs:
|
|||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Prep Helm
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
./.github/scripts/prep_helm.sh
|
||||||
|
|
||||||
- name: Setting repo parent dir as safe safe.directory
|
- name: Setting repo parent dir as safe safe.directory
|
||||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user