[tor-commits] [manual/master] remove spurious whitespaces from CI Lint

emmapeel at torproject.org emmapeel at torproject.org
Fri Sep 3 08:07:09 UTC 2021


commit e143f25064358b01131a92a0380f89b2d10d80dd
Author: emma peel <emma.peel at riseup.net>
Date:   Thu Sep 2 14:55:22 2021 +0200

    remove spurious whitespaces from CI Lint
---
 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbcb6c3..ff256bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,14 +25,14 @@ cache:
         >> /etc/apt/apt.conf.d/99gitlab
       apt-get update -qq
       apt-get upgrade -qy
-     
+
 variables:
     GIT_SUBMODULE_STRATEGY: recursive
-     
+
 stages:
     - build
     - test_l10n
-     
+
 pages:
   stage: build
   script:
@@ -54,7 +54,7 @@ pages:
       - public
       - i18n
       - l10n
-     
+
 check_new_strings:
   stage: test_l10n
   needs: [pages]
@@ -74,7 +74,7 @@ check_new_strings:
     paths:
       - public
       - i18n
-     
+
 check_l10n:
   stage: test_l10n
   needs: [pages]
@@ -82,4 +82,4 @@ check_l10n:
     - translations
   script:
     - echo 'lets see if there are any broken links on the translations'
-    - l10n/bin/check_markdown_links.py i18n/
\ No newline at end of file
+    - l10n/bin/check_markdown_links.py i18n/





More information about the tor-commits mailing list