[PATCH] gitlab-ci: Make pages job manual

Arkadiusz Hiler arkadiusz.hiler at intel.com
Thu May 2 09:53:49 UTC 2019


To stop sending those pesky failure emails, that condition people to
ignore anything sent by gitlab-ci.

Now we will have to click the button manually, whenever we want to bump
the docs.

Bugzilla: https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/46
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab68a16..948f305 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,7 @@ check:
       - make check
 
 pages:
+    when: manual
     stage: deploy
     script:
       - make html
-- 
2.20.1



More information about the dim-tools mailing list