]> Frank Brehm's Git Trees - pixelpark/python-packaging.git/commitdiff
Output changes in gitlab/linter.yaml
authorFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 12:05:31 +0000 (13:05 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 12:05:31 +0000 (13:05 +0100)
gitlab/linter.yaml

index 09a4b062924b6b65879b8f2abdd0bb4df687caa2..19e872e06066a53ad5d13e0cf64e1dd3e0fba61e 100644 (file)
@@ -77,6 +77,8 @@ Linter:
       pip install --upgrade --upgrade-strategy eager flake8 pylint
       echo -e "\e[0Ksection_end:$( date +%s ):install_flake\r\e[0K"
     - |
+      echo
+      echo "Searching for paths for YAML files ..."
       if [[ -f ".gitlab-ci.yml" ]] ; then
           YAML_FILE_PATHS=".gitlab-ci.yml"
       else YAML_FILE_PATHS=""
@@ -88,6 +90,8 @@ Linter:
               YAML_FILE_PATHS+=" .github"
           fi
       fi
+    - |
+      echo "Python init file: '${PYTHON_INIT_FILE}'"
     - |
       if [[ -n "${PYTHON_INIT_FILE}" && -f "${PYTHON_INIT_FILE}" && -n "${CI_COMMIT_TAG}" ]] ; then
           echo