Commit 2cd8584b authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 3c037a50
Pipeline #12037 passed with stage
in 10 seconds
...@@ -11,7 +11,7 @@ variables: ...@@ -11,7 +11,7 @@ variables:
before_script: before_script:
- echo "Running pipeline for commit:" - echo "Running pipeline for commit:" ${CI_COMMIT_SHORT_SHA}
lint: lint:
stage: lint stage: lint
...@@ -19,6 +19,12 @@ lint: ...@@ -19,6 +19,12 @@ lint:
before_script : before_script :
- pip install --upgrade pip - pip install --upgrade pip
- pip install flake8 - pip install flake8
- echo "Project directory path:" ${CI_PROJECT_DIR}
- echo "Python path from variable:" ${PYTHONPATH}
- echo "Verifying working directory:"
- pwd
- echo "Listing project contents:"
- ls -R
script: script:
- echo "Linting Python code.." - echo "Linting Python code.."
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment