Remove unecessary step to delete .laconic directory
Build / build (pull_request) Successful in 2m8s
Integration Tests / test-integration (pull_request) Successful in 1m52s
E2E Tests / test-e2e (pull_request) Successful in 3m28s
Lint / Run golangci-lint (pull_request) Successful in 5m2s
Unit Tests / test-unit (pull_request) Successful in 2m14s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m20s
SDK Tests / sdk_tests (pull_request) Successful in 8m24s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 13m3s

This commit is contained in:
2024-07-10 18:13:24 +05:30
committed by prathamesh
parent 77ce9c6725
commit 2ef71427ca
-1
View File
@@ -15,7 +15,6 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data/blockstore.db" ]; then
# remove existing daemon and client
rm -rf $HOME/.laconicd/*
rm -rf $HOME/.laconic/*
if [ -n "`which make`" ]; then
make install