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=""
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