From ff5c576a4d3137cebcbefd44bc47cc5907a1ee6e Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Fri, 18 Nov 2022 16:08:13 +0000 Subject: [PATCH] Remove kubo download after installing Goreleaser checks to make sure we don't have a dirty git state when releasing, which means the kubo download we use to set up IPFS should be removed before release. --- .circleci/config.yml | 1 + .circleci/template.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index cdec7a150..c81941058 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,6 +97,7 @@ commands: sudo bash install.sh popd rm -rf kubo + rm kubo_v0.16.0_linux-amd64.tar.gz git_fetch_all_tags: steps: - run: diff --git a/.circleci/template.yml b/.circleci/template.yml index 46b994795..fb76b6348 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -97,6 +97,7 @@ commands: sudo bash install.sh popd rm -rf kubo + rm kubo_v0.16.0_linux-amd64.tar.gz git_fetch_all_tags: steps: - run: