Added curl to deploy pipeline
Some checks failed
Pack and Release / packwizInstall (push) Successful in 31s
Pack and Release / deploy (push) Failing after 16s

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2024-12-04 07:55:57 +01:00
parent 4e9b7dc270
commit ae2b08edc9

View file

@ -33,7 +33,7 @@ jobs:
image: alpine image: alpine
steps: steps:
- name: Install Dependencies - name: Install Dependencies
run: apk add nodejs git kubectl run: apk add nodejs git kubectl curl
- name: Download mods Artifact - name: Download mods Artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: