Skip to content
Snippets Groups Projects
Commit 77418425 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : cleanup debug print

parent e6c99469
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,6 @@ static_analysis:python:
- apt-get install -y python-is-python3 python3-pip
- python -m pip install pylint pylint-gitlab
script:
- echo $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- echo $CI_DEFAULT_BRANCH
- echo $CI_PIPELINE_SOURCE
- echo $CI_COMMIT_BRANCH
- echo $CI_COMMIT_TAG
- pylint --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter ${CI_PROJECT_NAME}/ > codeclimate.json
- pylint --exit-zero --output-format=pylint_gitlab.GitlabPagesHtmlReporter ${CI_PROJECT_NAME}/ > pylint.html
- mkdir -p public/python/$CI_COMMIT_REF_NAME
......
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