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

fix : cleanup rules

parent 6e8c0882
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
......@@ -28,7 +28,7 @@
rules:
- when: never
- allow_failure: false
- if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
when: on_success
......@@ -7,9 +7,6 @@ static_analysis:python:
tags:
- static_analysis
before_script:
- echo "CI_COMMIT_TAG :$CI_COMMIT_TAG "
- echo "CI_COMMIT_TAG_MESSAGE :$CI_COMMIT_TAG_MESSAGE "
- echo "CI_RELEASE_DESCRIPTION :$CI_RELEASE_DESCRIPTION "
- apt-get update
- apt-get install -y python-is-python3 python3-pip
- python -m pip install pylint pylint-gitlab
......
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