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



commit f9d588d96e34789f3186119d39f803112d9d201b
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Sun Aug 25 16:04:05 2019 +0530

    updated gitlab pipeline

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8eb3b1c..4cde12e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ npm:
 api:
   stage: download
   script:
-  - scripts/get-api-data.sh
+  - chmod +x scripts/get-api-data.sh
   artifacts:
     paths:
     - api_data
@@ -40,7 +40,7 @@ api:
 structuring:
   stage: structuring
   script:
-  - scripts/structurize.sh
+  - chmod +x scripts/structurize.sh
   artifacts:
     paths:
     - assets
@@ -48,7 +48,7 @@ structuring:
 sass:
   stage: generation
   script:
-  - scripts/compile-sass.sh
+  - chmod +x scripts/compile-sass.sh
   
 test:
   stage: test


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