CI: Don't keep artifacts around

The script is available from the repo, no need for an artifact.
This commit is contained in:
Sebastian Spaeth 2023-09-18 13:13:46 +02:00
parent 7c60a9037c
commit edae37dc06

View File

@ -8,13 +8,10 @@ workflow:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
before_script: before_script:
# - python --version ; pip --version # For debugging # - python --version ; pip --version # For debugging
- pip install flake8 -qq - pip install flake8 -qq
test: test:
script: script:
# ignore long lines # ignore long lines
- flake8 --ignore=E501 cleanmedia - flake8 --ignore=E501 cleanmedia
artifacts:
paths:
- cleanmedia