Skip to content
Snippets Groups Projects
Commit 3cd7b658 authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Update .gitlab-ci.yml

parent 2266de76
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ pylint: ...@@ -59,7 +59,7 @@ pylint:
- python -V - python -V
- mkdir -p public/badges public/lint - mkdir -p public/badges public/lint
- echo undefined > public/badges/$CI_JOB_NAME.score - echo undefined > public/badges/$CI_JOB_NAME.score
- pip install pylint-django==2.4.4 - pip install pylint-django
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
#Due to Problems with Pylint, Ignored Files need to be presented here for now. #Due to Problems with Pylint, Ignored Files need to be presented here for now.
......
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