Skip to content

Commit

Permalink
Fix: Removed command to create devnet directory
Browse files Browse the repository at this point in the history
Removed command to create devnet directory as it already exists.
  • Loading branch information
cyyber committed Sep 18, 2022
1 parent e6b0058 commit 88caeeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Expand Up @@ -9,9 +9,8 @@ jobs:
- run: go build ./cmd/zond-cli
- run: ./zond-cli dev genesis-bootstrap
- run: mkdir ~/.zond
- run: mkdir block/genesis/devnet
- run: cp bootstrap/prestate.yml ./block/genesis/devnet/
- run: cp bootstrap/genesis.yml ./block/genesis/devnet/
- run: cp bootstrap/dilithium_keys ~/.zond
- run: go build ./cmd/gzond
- run: "[[ -f ./gzond ]] && echo \"[SUCCESS] Zond built\"; exit 0 || echo \"[ERROR] Zond not built\"; exit 1"
- run: "[[ -f ./gzond ]] && echo \"[SUCCESS] Zond built\"; exit 0 || echo \"[ERROR] Zond not built\"; exit 1"

0 comments on commit 88caeeb

Please sign in to comment.