summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37213fc61..e00d69ca9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,20 +59,20 @@ flatpak master:
- tags
triage:
- image: ruby:2.4
- stage: triage
- script:
- - gem install gitlab-triage
- - gitlab-triage --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome.org
- only:
- - schedules
+ image: ruby:2.4
+ stage: triage
+ script:
+ - gem install gitlab-triage
+ - gitlab-triage --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome.org
+ only:
+ - schedules
triage:dry-run:
- image: ruby:2.4
- stage: triage
- script:
- - gem install gitlab-triage
- - gitlab-triage --dry-run --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome.org
- only:
- - schedules
- when: manual
+ image: ruby:2.4
+ stage: triage
+ script:
+ - gem install gitlab-triage
+ - gitlab-triage --dry-run --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome.org
+ only:
+ - schedules
+ when: manual