[nautilus/wip/oholy/ci-style-check: 19/29] ci: Fix alignment of triage jobs
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/ci-style-check: 19/29] ci: Fix alignment of triage jobs
- Date: Wed, 1 Apr 2020 08:32:21 +0000 (UTC)
commit 8250e526f8251da353b58e197c514aeed1385d24
Author: Ondrej Holy <oholy redhat com>
Date: Thu Mar 26 10:41:07 2020 +0100
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 b126bdb51..b51983816 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,20 +58,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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]