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.
This commit is contained in:
Ian Davis
2022-11-18 16:34:03 +00:00
parent a0320d0101
commit 81d4342d97
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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:
+1
View File
@@ -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: