From 1edb8014bc1fe84a3cdab86bc0a4dbbcdae5ed65 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 9 Oct 2021 16:13:58 +0200 Subject: [PATCH] build: circleci: stop storing artifacts When we need artifacts, we use MinIO anyways. And we have accumulated about 1TiB of (free) CircleCI artifact storage. Don't need to waste space unnecessarily. --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 302c8e0..53a5c0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -231,8 +231,6 @@ jobs: - install-docdep - run: make docs - - store_artifacts: - path: artifacts - download-and-install-minio-client - upload-minio: src: artifacts