Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Telegram Team
Commits
e0424dc9
Commit
e0424dc9
authored
Nov 03, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
2cd8584b
Pipeline
#12038
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e0424dc9
...
@@ -12,6 +12,8 @@ variables:
...
@@ -12,6 +12,8 @@ variables:
before_script
:
before_script
:
-
echo "Running pipeline for commit:" ${CI_COMMIT_SHORT_SHA}
-
echo "Running pipeline for commit:" ${CI_COMMIT_SHORT_SHA}
-
echo "Project directory path:" ${CI_PROJECT_DIR}
-
echo "Python path from variable:" ${PYTHONPATH}
lint
:
lint
:
stage
:
lint
stage
:
lint
...
@@ -19,12 +21,6 @@ lint:
...
@@ -19,12 +21,6 @@ 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment