From 93357b6b088aeb0ebe140258326f18439095395a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Mon, 6 Mar 2023 23:59:48 +0100
Subject: [PATCH] install curl before using in CI

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 552f40c..0c70f07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,5 +33,7 @@ build_nginx:
 deploy:
   stage: test_deploy
   when: manual
+  before_script:
+    - apk add --update curl && rm -rf /var/cache/apk/*
   script:
     - curl -X POST https://portainer.intranet.pirati.cz/api/webhooks/5af05c61-4435-40b5-9afe-0a7906743238
-- 
GitLab