summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24a397f64..117553785 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,10 +66,7 @@ triage:dry-run:
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
+ - gitlab-triage --dry-run --token $TRIAGE_BOT_TOKEN --source-id $CI_PROJECT_PATH --host-url https://gitlab.gnome.org --debug
style check:
image: registry.gitlab.gnome.org/gnome/nautilus:latest