CI: Don't keep artifacts around
The script is available from the repo, no need for an artifact.
This commit is contained in:
parent
7c60a9037c
commit
edae37dc06
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user