From 234ff6fa5cade5879fc5773cf1f9ecddfc869937 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Oct 2019 00:20:35 +0200 Subject: Don't deploy pages until all previous stages are complete --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27fcb76f..7f181a57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,7 +210,6 @@ pages: - mv build/doc/index.html .public/index.html - mv build/doc/serdi.html .public/man/serdi.html - mv .public public - needs: ["test:x64_dbg"] artifacts: paths: - public -- cgit v1.2.1