Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
DIGIPUS
Commits
4ca4ca51
Commit
4ca4ca51
authored
Oct 22, 2020
by
Farhan Azyumardhi Azmi
☕
Browse files
Revert "[CHORES] Use custom Docker image to pylint job"
This reverts commit
39a9a0e3
.
parent
39a9a0e3
Pipeline
#59359
passed with stages
in 14 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4ca4ca51
...
...
@@ -4,8 +4,10 @@ stages:
-
deploy
pylint
:
image
:
farhanazmi/digipus
image
:
python:3.7
stage
:
test
before_script
:
-
pip install -r requirements.txt
script
:
-
mkdir ./pylint
-
git ls-files | grep -v 'migrations' | grep -v 'settings.py' | grep -v 'manage.py' | grep -E '.py$' | xargs pylint -E --load-plugins=pylint_django --output-format=text --score=yes | tee ./pylint/pylint.log || pylint-exit $?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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