From 51967158e785a2d8136f19784c6115524a99a15b Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Tue, 14 Aug 2018 21:06:09 +0900 Subject: [PATCH] Don't store whole project dir in artifacts.. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 02e6ab317..e5ebbad50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,9 +103,6 @@ jobs: export TAG=$(./dist/linux_amd64/circleci version) sed -i -- "s/%CLI_VERSION_PLACEHOLDER%/$TAG/g" snapcraft.yaml - run: snapcraft - - store_artifacts: - path: . - destination: snap - run: name: Publish to store command: |