[gcr] ci: Make pages depend on fedora:coverage



commit 1ef3a3672db38f51216e417754f0360810213837
Author: Daiki Ueno <dueno src gnome org>
Date:   Sat Mar 27 09:48:16 2021 +0100

    ci: Make pages depend on fedora:coverage
    
    Also only deploy coverage information when built on the master branch.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74cfae6..ca58cdb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,6 +87,9 @@ fedora:coverage:
 
 pages:
   stage: deploy
+  only:
+    - master
+  needs: ['fedora:coverage']
   script:
     - mv _build/meson-logs/coveragereport/ public/
   artifacts:


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