[pygobject] gitlab-ci: add a new stage for the pages job



commit 761946e72a193564f2102b3f106762be6fc8600b
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sat Apr 7 19:05:49 2018 +0200

    gitlab-ci: add a new stage for the pages job

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa6989a4..584d3082 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 stages:
   - build_and_test
   - coverage
+  - deploy
 
 cache:
   paths:
@@ -38,7 +39,7 @@ coverage:
     - bash -x ./.gitlab-ci/coverage-docker.sh
 
 pages:
-  stage: coverage
+  stage: deploy
   image: lazka/pygobject:v3
   dependencies:
     - coverage


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