From 87d8c5959e9293ab471194b137a14030ac02d765 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Fri, 6 Mar 2020 11:49:05 +0100 Subject: ci: Use deploy stage for nightly job The nighly job uses .post stage currently. Let's use the unused deploy stage instead to make the pipeline output nicer. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 242ee9a46..79cd290ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ flatpak devel: nightly: extends: '.publish_nightly' + stage: deploy dependencies: - 'flatpak devel' -- cgit v1.2.1