Skip to content
Snippets Groups Projects
Unverified Commit 2a120b19 authored by Varac's avatar Varac
Browse files

Remove debug statement

parent f56fdde5
No related branches found
No related tags found
2 merge requests!58Resolve "Pylint job broken",!57Resolve "Add login panel CI/CD to create (docker) image"
Pipeline #10056 passed with stages
in 2 minutes and 41 seconds
...@@ -173,5 +173,4 @@ pylint-lint: ...@@ -173,5 +173,4 @@ pylint-lint:
PYLINT_PLUGINS: "pylint_flask pylint_flask_sqlalchemy" PYLINT_PLUGINS: "pylint_flask pylint_flask_sqlalchemy"
image: ${CI_REGISTRY_IMAGE}/pylint:${CI_COMMIT_REF_NAME} image: ${CI_REGISTRY_IMAGE}/pylint:${CI_COMMIT_REF_NAME}
script: script:
- git branch -a
- darker -L pylint --diff --revision remotes/origin/main . - darker -L pylint --diff --revision remotes/origin/main .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment