summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-03-26 10:41:07 +0100
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-04-05 16:22:26 +0000
commit2519d26f110372ca90206e9e1c3c772dcdf47c5c (patch)
tree9c3e97a7a260e5152512e72f2d4874518ec90a16 /.gitlab-ci.yml
parent2893aec73b96a86f15228dcd175a3f32f21d1a97 (diff)
downloadnautilus-2519d26f110372ca90206e9e1c3c772dcdf47c5c.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml30
1 files 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