Skip to content

Commit

Permalink
Sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed Feb 17, 2017
1 parent 3512e0e commit 42cd15c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ dependencies:
override:
# one way to cache iroha-dev container is to save it to tar image. 2 mins vs 10 mins without caching.
#- if [[ -e ~/docker/iroha-dev.tar ]]; then docker load -i ~/docker/iroha-dev.tar; else
- docker build --rm=false -t hyperledger/iroha-dev ${IROHA_HOME}/docker/dev; fi
- docker build --rm=false -t hyperledger/iroha-dev ${IROHA_HOME}/docker/dev;
# fi
# build iroha. Result of this instruction is ${IROHA_HOME}/docker/build/iroha.tar
- docker run -i -v ${IROHA_HOME}/docker/build:/build -v ${IROHA_HOME}:/opt/iroha hyperledger/iroha-dev sh <<< "cd /opt/iroha; /build-iroha.sh || exit 2; /mktar-iroha.sh || exit 3; cp /tmp/iroha.tar /build/iroha.tar || exit 4"
# build iroha-docker image
Expand Down

0 comments on commit 42cd15c

Please sign in to comment.