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:
parent
a0320d0101
commit
81d4342d97
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user