Skip to content

Commit

Permalink
Merge pull request #166 from hyperledger/Warchant-patch-develop
Browse files Browse the repository at this point in the history
Update deploy.sh
  • Loading branch information
Warchant committed Feb 17, 2017
2 parents 9f9890b + d3224ac commit f941073
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ if [[ ! -e ~/.docker/config.json ]]; then
expect eof' 1>/dev/null || exit 1
fi

# dirty fix: we build hyperledger/iroha-docker from master branch, but
# now also we build hyperledger/iroha-docker-develop from develop
if [ "$1" == "hyperledger/iroha-docker-develop" ]; then
docker tag hyperledger/iroha-docker hyperledger/iroha-docker-develop
fi

docker push $1

0 comments on commit f941073

Please sign in to comment.