no message

This commit is contained in:
Kjeld Schouten
2024-02-14 17:29:01 +01:00
parent 0f69b32941
commit a3e0d3fb2f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -73,6 +73,11 @@ jobs:
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm repo add metallb https://metallb.github.io/metallb
helm repo update
- name: Prep go-yq
run: |
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/bin/go-yq && \
chmod +x /usr/bin/go-yq && \
# Optional step if GPG signing is used
- name: Prepare GPG key