[gtk-web/new-website: 45/180] Update .gitlab-ci.yml



commit c97be3bbba4e4372e3658b6cc4f9d1c4dd1974be
Author: Ravgeet Dhillon <ravgeetdhillon gmail com>
Date:   Sun Jun 2 17:31:03 2019 +0000

    Update .gitlab-ci.yml

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7116ea8..ff6cdea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,8 @@ variables:
 
 before_script:
   - apt-get update -y
-  - apt-get install -y libssl-dev build-essential wget
-  - wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
+  - apt-get install -y curl
+  - curl -O https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
   - source /root/.bashrc
   - nvm install node
   - nvm use node


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