summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-09-07 14:02:28 +0200
committerOndrej Holy <oholy@redhat.com>2020-09-07 14:13:28 +0200
commitd586591166b741bb3bb0949198322a9166547e04 (patch)
tree6775015b3827a508189abe51b57ee9621bdb8518
parent831203e9512b29900e8095c91332b49bbbf97047 (diff)
downloadnautilus-wip/oholy/triage-debug2.tar.gz
-rw-r--r--.gitlab-ci.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5575159af..63293b295 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,14 +62,11 @@ triage:
- schedules
triage:dry-run:
- image: ruby:2.4
+ image: ruby:2.7
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 --debug --token $TRIAGE_BOT_TOKEN --source-id $CI_PROJECT_PATH
style check:
image: registry.gitlab.gnome.org/gnome/nautilus:v642646