summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-03-26 10:41:07 +0100
committerOndrej Holy <oholy@redhat.com>2020-03-26 11:04:10 +0100
commit66027614d5d625b6b427e8f20b2d825ce1348c96 (patch)
treef0de293872de2fc084e281f4db6afd731fcc99e6
parent91d81873cbd485ceeab0cee6cf22e8545640be44 (diff)
downloadnautilus-wip/oholy/ci.tar.gz
ci: Fix alignment of triage jobswip/oholy/ci
Triage jobs use just 2 spaces as tab size, whereas other jobs are using 4. Let's fix this.
-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