Remove unecessary step to delete .laconic directory
All checks were successful
Unit Tests / test-unit (pull_request) Successful in 2m17s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m35s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 12m57s
SDK Tests / sdk_tests (pull_request) Successful in 7m39s
Build / build (pull_request) Successful in 2m31s
E2E Tests / test-e2e (pull_request) Successful in 3m38s
Integration Tests / test-integration (pull_request) Successful in 1m51s
Lint / Run golangci-lint (pull_request) Successful in 5m20s
All checks were successful
Unit Tests / test-unit (pull_request) Successful in 2m17s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m35s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 12m57s
SDK Tests / sdk_tests (pull_request) Successful in 7m39s
Build / build (pull_request) Successful in 2m31s
E2E Tests / test-e2e (pull_request) Successful in 3m38s
Integration Tests / test-integration (pull_request) Successful in 1m51s
Lint / Run golangci-lint (pull_request) Successful in 5m20s
This commit is contained in:
parent
4d64872b58
commit
b148b8aa33
@ -15,7 +15,6 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data/blockstore.db" ]; then
|
|||||||
|
|
||||||
# remove existing daemon and client
|
# remove existing daemon and client
|
||||||
rm -rf $HOME/.laconicd/*
|
rm -rf $HOME/.laconicd/*
|
||||||
rm -rf $HOME/.laconic/*
|
|
||||||
|
|
||||||
if [ -n "`which make`" ]; then
|
if [ -n "`which make`" ]; then
|
||||||
make install
|
make install
|
||||||
|
Loading…
Reference in New Issue
Block a user