[gtk-web/new-website: 152/191] updated gitlab ci pipeline



commit 0b1a3ce6ce1b67d2b191ee6d3d6ea13f42316d67
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Tue Aug 13 14:27:31 2019 +0530

    updated gitlab ci pipeline

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c76661..aeec019 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ stages:
 api_data:
   stage: installation
   script:
-  - scripts/get-api-data.sh | bash
+  - chmod +x ./scripts/get-api-data.sh | bash
 
 gems:
   stage: installation
@@ -39,12 +39,12 @@ npm:
 sass:
   stage: generation
   script: 
-  - scripts/compile-sass.sh | bash
+  - chmod +x ./scripts/compile-sass.sh | bash
 
 structure:
   stage: structuring
   script: 
-  - scripts/structurize.sh | bash
+  - chmod +x ./scripts/structurize.sh | bash
 
 test:
   stage: test


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