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
Discord Team
Commits
c7e5c418
Commit
c7e5c418
authored
Nov 25, 2025
by
Bhavani
Browse files
cicd updated
parent
37b2a9b4
Pipeline
#12141
failed with stages
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c7e5c418
...
...
@@ -15,9 +15,9 @@ lint:
stage
:
lint
image
:
python:3.10
script
:
-
pip install flake8
#
- pip install flake8
-
echo "Running linting..."
-
flake8 .
#
- flake8 .
rules
:
-
if
:
'
$CI_COMMIT_BRANCH'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
...
...
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