fix(ci): remove go-yq and pre-commit install steps
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
6328fd0cba
commit
12818a9a96
|
@ -28,10 +28,6 @@ jobs:
|
|||
token: ${{ secrets.BOT_TOKEN }}
|
||||
path: helm
|
||||
|
||||
- name: Install pre-commit, yamale and yamllint
|
||||
run: |
|
||||
pip3 install --no-cache-dir pre-commit
|
||||
|
||||
- name: Fix Pre-Commit issues
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -74,10 +70,6 @@ jobs:
|
|||
helmv3
|
||||
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
|
||||
- name: Prepare GPG key
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue