Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 3c047724 authored by Dorian Turba's avatar Dorian Turba
Browse files

remove only:change

parent cbc8ba0a
No related branches found
No related tags found
No related merge requests found
Pipeline #24051 passed
...@@ -19,12 +19,6 @@ python_install: ...@@ -19,12 +19,6 @@ python_install:
PYTHON_SETUP: "pip install ${PROJECT_PATH}" PYTHON_SETUP: "pip install ${PROJECT_PATH}"
script: script:
- !reference [ .python_install, script ] - !reference [ .python_install, script ]
only:
changes:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/partial/python_install/**/*
- tests/python_install_project/**/*
pytest: pytest:
stage: templates stage: templates
...@@ -32,36 +26,18 @@ pytest: ...@@ -32,36 +26,18 @@ pytest:
variables: variables:
PROJECT_PATH: "tests/pytest_project" PROJECT_PATH: "tests/pytest_project"
PYTHON_SETUP: "pip install ${PROJECT_PATH}[TESTS]" PYTHON_SETUP: "pip install ${PROJECT_PATH}[TESTS]"
only:
changes:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/testing/pytest/**/*
- tests/pytest_project/**/*
flake8: flake8:
stage: templates stage: templates
needs: [ "python_install" ] needs: [ "python_install" ]
variables: variables:
PROJECT_PATH: "tests/flake8_project" PROJECT_PATH: "tests/flake8_project"
only:
changes:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/code_quality/flake8/**/*
- tests/flake8_project/**/*
black: black:
stage: templates stage: templates
needs: [ "python_install" ] needs: [ "python_install" ]
variables: variables:
PROJECT_PATH: "tests/black_project" PROJECT_PATH: "tests/black_project"
only:
changes:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/code_quality/black/**/*
- tests/black_project/**/*
isort: isort:
...@@ -69,33 +45,15 @@ isort: ...@@ -69,33 +45,15 @@ isort:
needs: [ "python_install" ] needs: [ "python_install" ]
variables: variables:
PROJECT_PATH: "tests/isort_project" PROJECT_PATH: "tests/isort_project"
only:
changes:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/code_quality/isort/**/*
- tests/isort_project/**/*
mypy: mypy:
stage: templates stage: templates
needs: [ "python_install" ] needs: [ "python_install" ]
variables: variables:
PROJECT_PATH: "tests/mypy_project" PROJECT_PATH: "tests/mypy_project"
only:
changes:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/code_quality/mypy/**/*
- tests/mypy_project/**/*
ruff: ruff:
stage: templates stage: templates
needs: [ "python_install" ] needs: [ "python_install" ]
variables: variables:
PROJECT_PATH: "tests/ruff_project" PROJECT_PATH: "tests/ruff_project"
only:
changes:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/code_quality/ruff/**/*
- tests/ruff_project/**/*
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