fix(ci): remove go-yq and pre-commit install steps
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -28,10 +28,6 @@ jobs:
|
|||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
path: helm
|
path: helm
|
||||||
|
|
||||||
- name: Install pre-commit, yamale and yamllint
|
|
||||||
run: |
|
|
||||||
pip3 install --no-cache-dir pre-commit
|
|
||||||
|
|
||||||
- name: Fix Pre-Commit issues
|
- name: Fix Pre-Commit issues
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -74,10 +70,6 @@ jobs:
|
|||||||
helmv3
|
helmv3
|
||||||
helm: "3.14.0"
|
helm: "3.14.0"
|
||||||
|
|
||||||
- name: Prep go-yq
|
|
||||||
run: |
|
|
||||||
wget https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd64 -O /usr/local/bin/go-yq && chmod +x /usr/local/bin/go-yq
|
|
||||||
|
|
||||||
# Optional step if GPG signing is used
|
# Optional step if GPG signing is used
|
||||||
- name: Prepare GPG key
|
- name: Prepare GPG key
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user