summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-06-26 20:53:26 +0300
committerBastien Nocera <hadess@hadess.net>2020-07-31 11:44:51 +0200
commit8b35778c12ea3487ae3d7733b6a5dccc414cd3f6 (patch)
tree9ed5c10d21a9e22d099849b54f95fd4f255ffd6f
parent8c6e8021f4ae6181f1a0404cf9170cd6f4ba9d2c (diff)
downloadtotem-8b35778c12ea3487ae3d7733b6a5dccc414cd3f6.tar.gz
ci: make job depencency explicit
Explicitly have the nightly job depend on the flatpak build job. It has been working out so far by accident/default runner policy, which is subject to change.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7904ebbb0..db778929b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,4 +35,6 @@ flatpak:master:
APP_ID: "org.gnome.Totem.Devel"
nightly:
+ needs: ['flatpak:master']
+ dependencies: ['flatpak:master']
extends: '.publish_nightly'