[static-web] Drop single quotes



commit 5b38ef0f3bb8ccac7ba922bcae07ff10eb3a5f0c
Author: Andrea Veri <averi redhat com>
Date:   Mon Jan 31 19:31:34 2022 +0100

    Drop single quotes

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eded24e..8068ae1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ s3:
     - rsync -avz --exclude=".*" --exclude=*.doap $CI_PROJECT_DIR/* public/
     - aws --version
     - aws s3 sync public s3://$S3_BUCKET --delete --size-only
-    - 'eval "$DEPLOY_CURL_COMMAND"'
+    - eval "$DEPLOY_CURL_COMMAND"
     - cat output || true
   only:
     refs:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]