From 66027614d5d625b6b427e8f20b2d825ce1348c96 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 26 Mar 2020 10:41:07 +0100 Subject: ci: Fix alignment of triage jobs Triage jobs use just 2 spaces as tab size, whereas other jobs are using 4. Let's fix this. --- .gitlab-ci.yml | 30 +++++++++++++++--------------- 1 file 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 -- cgit v1.2.1