Skip to content

Commit

Permalink
Add fix to circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Warchant committed Mar 8, 2017
1 parent 3fe3c3a commit 0cec241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test:
# first, run ctest inside a container
- docker run -p 1204:1204 hyperledger/iroha-docker /test.sh
# then, run iroha with dummy config (1 node) and print its output to stdout
- export ID=$(docker run -it -d -p 1204:1204 hyperledger/iroha-docker /run.sh)
- export ID=$(docker run -it -d -p 1204:1204 hyperledger/iroha-docker /run.sh); echo "ID=$ID" >> ~/.bashrc
# put new tests below
- curl -X POST http://127.0.0.1:1204/account/register -d '{"publicKey":"WdvM/DPabapmtA7ISbTYPywbHxk8gWu2221LzmcmAgw=","alias":"yonezu","timestamp":1482053586}'
post:
Expand Down

0 comments on commit 0cec241

Please sign in to comment.