Skip to content

Commit

Permalink
Fix CircleCI (start server process)
Browse files Browse the repository at this point in the history
  • Loading branch information
re7eal committed Dec 5, 2018
1 parent 05dda90 commit d17fd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- run:
name: Start Tendermint with ABCI
command: |
go run abci/server.go --home ./config/tendermint/IdP unsafe_reset_all
go run ./abci --home ./config/tendermint/IdP unsafe_reset_all
CGO_ENABLED=1 CGO_LDFLAGS="-lsnappy" ABCI_DB_DIR_PATH=IdP_DB \
go run \
-ldflags "-X github.com/ndidplatform/smart-contract/abci/version.GitCommit=`git rev-parse --short=8 HEAD`" \
-tags "gcc" \
abci/server.go --home ./config/tendermint/IdP node
./abci --home ./config/tendermint/IdP node
background: true

- run: sleep 15
Expand Down

0 comments on commit d17fd13

Please sign in to comment.