[gtk-web/new-website: 57/191] optimizing pipelines



commit ea95033dbe9ba085a833b254204f616d1d685aa0
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Mon Jun 3 18:55:16 2019 +0530

    optimizing pipelines

 .gitlab-ci.yml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9288956..9caea7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,35 +14,35 @@ stages:
 gems:
   stage: installation
   script:
-    - gem install bundler
-    - bundle install
+  - gem install bundler
+  - bundle install
 
 npm:
   stage: installation
   script:
-    - apt-get update -y
-    - 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
-    - npm install
+  - apt-get update -y
+  - apt-get install -y curl
+  - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
+  - source /root/.bashrc
+  - nvm install node
+  - nvm use node
+  - npm install
 
 structuring:
   stage: structuring
   script:
-    - mv node_modules/bootstrap assets/ -f
-    - mv node_modules/jquery assets/ -f
-    - mv node_modules/popper.js assets/ -f
-    - mv node_modules/@fortawesome assets/ -f
-    - mv node_modules/@primer assets/ -f
-    - rm -rf node_modules
+  - mv node_modules/bootstrap assets/ -f
+  - mv node_modules/jquery assets/ -f
+  - mv node_modules/popper.js assets/ -f
+  - mv node_modules/@fortawesome assets/ -f
+  - mv node_modules/@primer assets/ -f
+  - rm -rf node_modules
 
 sass:
   stage: generation
   script:
-    - sass assets/scss/theme.scss assets/css/theme.css
-    - sass assets/@primer/css/markdown/index.scss assets/css/markdown.css
+  - sass assets/scss/theme.scss assets/css/theme.css
+  - sass assets/@primer/css/markdown/index.scss assets/css/markdown.css
   
 test:
   stage: test


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