Skip to content

Commit 0a629ed

Browse files
github-actions[bot]MarvelFishermarvel.yu
authored
revert back ncccgeth for compaitable (#152)
revert back ncccgeth for compaitable (#151) Co-authored-by: marvel.yu <[email protected]> Co-authored-by: marvel.yu <[email protected]>
1 parent de3a623 commit 0a629ed

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

MakefileEc2.mk

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ build-bk-prod-morph-prod-mainnet-to-morph-geth:
1212
tar -czvf morph-geth.tar.gz dist
1313
aws s3 cp morph-geth.tar.gz s3://morph-0582-morph-technical-department-mainnet-data/morph-setup/morph-geth.tar.gz
1414

15-
start-morph-geth:
16-
geth --datadir="/data/morph-geth-db"
15+
build-bk-prod-morph-prod-mainnet-to-morph-nccc-geth:
16+
if [ ! -d dist ]; then mkdir -p dist; fi
17+
$(GORUN) build/ci.go install ./cmd/geth
18+
@echo "Done building."
19+
cp build/bin/geth dist/
20+
tar -czvf morph-nccc-geth.tar.gz dist
21+
aws s3 cp morph-nccc-geth.tar.gz s3://morph-0582-morph-technical-department-mainnet-data/morph-setup/morph-nccc-geth.tar.gz
1722

1823

0 commit comments

Comments
 (0)