diff options
author | David Robillard <d@drobilla.net> | 2019-10-20 00:20:35 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-10-20 00:20:35 +0200 |
commit | 234ff6fa5cade5879fc5773cf1f9ecddfc869937 (patch) | |
tree | fa6760fdb2655688015c1e96d43c301cc29cad63 | |
parent | bd5a0da3813517bf83fb26dbfd102a2cb879a14d (diff) | |
download | serd-234ff6fa5cade5879fc5773cf1f9ecddfc869937.tar.gz serd-234ff6fa5cade5879fc5773cf1f9ecddfc869937.tar.bz2 serd-234ff6fa5cade5879fc5773cf1f9ecddfc869937.zip |
Don't deploy pages until all previous stages are complete
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |