summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-04-30 17:40:07 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-04-30 17:49:30 +0200
commite23cb543b51f9501eec1d6b98b550510cd980bcb (patch)
treef5d144115ee1c7ad9c0ee29d04159709070cd342
parentac27965020e5ba555af3218d6b0fae53030847d9 (diff)
downloadnautilus-e23cb543b51f9501eec1d6b98b550510cd980bcb.tar.gz
.gitlab-ci.yml: Skip pages for now
Seems that not producing output will cause failures.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 748315d5f..c08b67349 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,13 +97,13 @@ flatpak master:
- web
- tags
-pages:
+.pages:
stage: deploy
dependencies:
- 'flatpak devel'
script:
- mkdir public
- #- mv _build/coverage.html ${CI_PROJECT_DIR}/public/index.html
+ - mv _build/coverage.html ${CI_PROJECT_DIR}/public/index.html
artifacts:
paths:
- public