From 96a080c726a90ab79414fd92eea141ec8f128d38 Mon Sep 17 00:00:00 2001
From: David Byers <david.byers@liu.se>
Date: Sat, 20 Feb 2021 16:23:36 +0100
Subject: [PATCH] Prepare a new #release.

---
 .gitlab-ci.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c4a595..b397355 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -315,21 +315,21 @@ upload:
   script:
     - VERSION=$(cat version)
     - PACKAGE_REGISTRY_URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${VERSION}"
-    - >
-      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}"
-           --upload-file safelinks-cleaner-firefox-release.zip
+    - >-
+      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
+           --upload-file safelinks-cleaner-firefox-release.zip \
            ${PACKAGE_REGISTRY_URL}/
-    - >
-      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}"
-           --upload-file safelinks-cleaner-thunderbird-release.xpi
+    - >-
+      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
+           --upload-file safelinks-cleaner-thunderbird-release.xpi \
            ${PACKAGE_REGISTRY_URL}/
-    - >
-      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}"
-           --upload-file safelinks-cleaner-edge-release.zip
+    - >-
+      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
+           --upload-file safelinks-cleaner-edge-release.zip \
            ${PACKAGE_REGISTRY_URL}/
-    - >
-      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}"
-           --upload-file safelinks-cleaner-chrome-release.zip
+    - >-
+      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
+           --upload-file safelinks-cleaner-chrome-release.zip \
            ${PACKAGE_REGISTRY_URL}/
     
 
@@ -340,7 +340,7 @@ release:
   script:
     - VERSION=$(cat version)
     - PACKAGE_REGISTRY_URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${VERSION}"
-    - >
+    - >-
       release-cli create
         --name "Release $VERSION"
         --description "Release $VERSION"
-- 
GitLab