summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-09-30 12:50:36 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-09-30 12:50:36 -0300
commitbbbd89b17a72b57d4151d39eaf84bcb7a0551435 (patch)
tree1a47cd3f6be6223a265b3881d7c12e848aef8cde /.gitlab-ci.yml
parent985e6d3a42e549648a1273e29f748c46735b0bb7 (diff)
downloadgnome-calendar-bbbd89b17a72b57d4151d39eaf84bcb7a0551435.tar.gz
ci: Remove collon from job names
Looks like we're hitting https://gitlab.com/gitlab-com/support-forum/issues/2597
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54bc1bd7..28fb86e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ stages:
- 'review'
- 'deploy'
-flatpak:master:
+build_flatpak:
extends: '.flatpak'
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
stage: 'flatpak'
@@ -26,13 +26,13 @@ review:
extends: '.review'
stage: 'review'
dependencies:
- - 'flatpak:master'
+ - 'build_flatpak'
stop_review:
extends: '.stop_review'
stage: 'review'
-flatpak:nightly:
+publish_flatpak:
extends: '.publish_nightly'
dependencies:
- - 'flatpak:master'
+ - 'build_flatpak'