From 1ed535284f2cd419a63a11c62cb8a1af37c77607 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Tue, 23 Jun 2020 15:41:46 +0100
Subject: [PATCH] ci: Consistently indent with 4 spaces

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/gitlab-ci.yml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
index 9b2a417b4..a096d0c91 100644
--- a/debian/gitlab-ci.yml
+++ b/debian/gitlab-ci.yml
@@ -167,10 +167,12 @@ build:scout:
 # These packaging-oriented jobs need a suitable steam-runtime-tools version
 # available via apt
 build:
-  only:
-    variables:
-      - $CI_NEED_NEWER_STEAM_RUNTIME_TOOLS == ''
+    only:
+        variables:
+            - $CI_NEED_NEWER_STEAM_RUNTIME_TOOLS == ''
 autopkgtest:
-  only:
-    variables:
-      - $CI_NEED_NEWER_STEAM_RUNTIME_TOOLS == ''
+    only:
+        variables:
+            - $CI_NEED_NEWER_STEAM_RUNTIME_TOOLS == ''
+
+# vim:set sw=4 sts=4 et:
-- 
GitLab