1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00

PYPI_OR_BRANCH is now just BRANCH

This commit is contained in:
troymc 2016-07-15 13:53:39 +02:00
parent b9b0b4a343
commit 49c0f66026

View File

@ -18,7 +18,7 @@
# NUM_NODES is the number of nodes to deploy
NUM_NODES=3
# PYPI_OR_BRANCH is either "pypi" or the name of a local Git branch
# BRANCH is either "pypi" or the name of a local Git branch
# (e.g. "master" or "feat/3627/optional-delimiter-in-txfile")
# It's where to get the BigchainDB code to be deployed on the nodes
BRANCH="master"