[totem/wip/hadess/fix-flatpak: 2/2] ci: make job depencency explicit
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/fix-flatpak: 2/2] ci: make job depencency explicit
- Date: Fri, 31 Jul 2020 09:45:05 +0000 (UTC)
commit 8b35778c12ea3487ae3d7733b6a5dccc414cd3f6
Author: Jordan Petridis <jpetridis gnome org>
Date: Fri Jun 26 20:53:26 2020 +0300
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.
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
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'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]