From fcc02e417459daba3beee741513a6d19705caa03 Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@geant.org>
Date: Mon, 6 Nov 2023 14:37:55 +0100
Subject: [PATCH] Updated gitlab-ci.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7802fc5ec..cd65392f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,9 +63,9 @@ trigger_jenkins_build:
   before_script:
     - apk add --no-cache curl jq
   script:
-    - curl -u $JENKINS_USERNAME:$JENKINS_API_TOKEN \
+    - curl -u "$JENKINS_USERNAME:$JENKINS_API_TOKEN" \
      --data-urlencode "PROJECT=geant-service-orchestrator" \
-     "http://test-swd-release-service01.geant.org/:8080/job/build-python-snapshot/buildWithParameters"
+     "http://test-swd-release-service01.geant.org:8080/job/build-python-snapshot/buildWithParameters"
   #  only:
   #    - develop
   tags:
-- 
GitLab