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



commit 44b8f3b1868041a782242109593f6f1f50b016c1
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Tue Aug 13 21:27:30 2019 +0530

    updated gitlab ci

 .gitlab-ci.yml          | 2 ++
 scripts/get-api-data.sh | 4 +---
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cdce78c..c842a09 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ stages:
 api_data:
   stage: installation
   script:
+  - pwd
   - chmod +x ./scripts/get-api-data.sh | bash
 
 npm:
@@ -38,6 +39,7 @@ sass:
 structure:
   stage: structuring
   script: 
+  - pwd
   - chmod +x ./scripts/structurize.sh | bash
 
 test:
diff --git a/scripts/get-api-data.sh b/scripts/get-api-data.sh
index c48c534..523c0c3 100644
--- a/scripts/get-api-data.sh
+++ b/scripts/get-api-data.sh
@@ -18,6 +18,4 @@ echo 'successfully fetched gtk-issue-statistics'
 
 curl https://gitlab.gnome.org/api/v4/projects/665/issues?state=opened > ../_data/api_fetch/tags.json
 
-echo 'successfully fetched gtk-issues'
-
-$SHELL
\ No newline at end of file
+echo 'successfully fetched gtk-issues'
\ No newline at end of file


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