From d474e081dab8cee3aaa78ca88f361426123d702a Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Tue, 1 Sep 2020 23:06:30 +0000
Subject: [PATCH] Update common.yml

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

diff --git a/common.yml b/common.yml
index f77192c..90da3cb 100644
--- a/common.yml
+++ b/common.yml
@@ -9,4 +9,4 @@ release:
         - branches
     image: curlimages/curl
     script:
-        - curl --data tag=$CI_COMMIT_TAG -u __token__:$REGISTRY_TOKEN "https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/composer"
\ No newline at end of file
+        - curl -s -S --data tag=$CI_COMMIT_TAG -u __token__:$REGISTRY_TOKEN "https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/composer"
\ No newline at end of file
-- 
GitLab