From 7b7877498468c0286e7fe9096d8338294a5d99b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= <ponsfrilus@gmail.com>
Date: Fri, 30 Aug 2019 18:23:23 +0200
Subject: [PATCH] Bad quoting, again

---
 deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.sh b/deploy.sh
index eeca120..73567ae 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -49,7 +49,7 @@ for retry in $(seq 1 5); do
         --header 'Content-Type: application/json' \
         --header "Private-Token: ${MY_TOKEN}" \
         --data '{"name": "New README release", "tag_name": "'${RELEASE_V}'", "description": "Release with the PDF [README.pdf]('${UPLOADED_FILE_URL}')"}' \
-        "https://gitlab.epfl.ch/api/v4/projects/'${PROJECT_ID}'/releases" \
+        "https://gitlab.epfl.ch/api/v4/projects/${PROJECT_ID}/releases" \
         | $tee_stderr | jq -e ".created_at"
     then
         break
-- 
GitLab