From edae37dc06159d0746966604b5e5ec9e250a1410 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Mon, 18 Sep 2023 13:13:46 +0200 Subject: [PATCH] CI: Don't keep artifacts around The script is available from the repo, no need for an artifact. --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d74a28..397a3d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,13 +8,10 @@ workflow: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH before_script: -# - python --version ; pip --version # For debugging + # - python --version ; pip --version # For debugging - pip install flake8 -qq test: script: # ignore long lines - flake8 --ignore=E501 cleanmedia - artifacts: - paths: - - cleanmedia