]> Frank Brehm's Git Trees - pixelpark/python-packaging.git/commitdiff
Fixing gitlab/linter.yaml
authorFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 10:32:04 +0000 (11:32 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 10:32:04 +0000 (11:32 +0100)
gitlab/linter.yaml

index 6b39957cf156bf4c9ce58a586fbda99c20561517..4d9589cfc61942d3cb98db030da8b8b6f7812700 100644 (file)
@@ -54,7 +54,7 @@ Linter:
     - pip install --upgrade --upgrade-strategy eager flake8 pylint
     - >
       YAML_FILE_PATHS=""
-      if [[ -f .gitlab-ci.yml ]]; then
+      if [[ -f ".gitlab-ci.yml" ]] ; then
           YAML_FILE_PATHS=".gitlab-ci.yml"
       fi
       if [[ -d ".github" ]] ; then