From 942050185ebbe2afae0d70e8825154fceb58c8e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr>
Date: Wed, 12 Oct 2022 15:30:21 +0200
Subject: [PATCH] Improve CI - fail on curl error

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d0e11e..3cf3101 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -121,4 +121,4 @@ android:deploy:
   dependencies:
     - application:release
   script:
-    - curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}"
+    - curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}" --fail
-- 
GitLab