[static-web] Make sure curl is installed



commit 1826f9a5ffb70d2466f327cb630359da81791440
Author: Andrea Veri <averi redhat com>
Date:   Mon Jan 31 15:55:54 2022 +0100

    Make sure curl is installed

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 815b34a..2a2ed8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ s3:
     name: amazon/aws-cli
     entrypoint: [""]
   script:
-    - yum install rsync -y
+    - yum install rsync curl -y
     - mkdir public
     - rsync -avz --exclude=".*" $CI_PROJECT_DIR/* public/
     - aws --version


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