mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Removed check for awscli because we don't use it anymore
This commit is contained in:
parent
4d7c578adb
commit
ff68501dc2
@ -23,22 +23,15 @@ fi
|
|||||||
|
|
||||||
TAG=$1
|
TAG=$1
|
||||||
NODES=$2
|
NODES=$2
|
||||||
AWS=`which aws`
|
|
||||||
FAB=`which fab`
|
FAB=`which fab`
|
||||||
DEPLOYDIR=`pwd`
|
|
||||||
# It seems BIGCHAINDIR was never used, but I wasn't sure
|
# It seems BIGCHAINDIR was never used, but I wasn't sure
|
||||||
# so I just commented-out the following two lines. -Troy
|
# so I just commented-out the following lines. -Troy
|
||||||
|
#DEPLOYDIR=`pwd`
|
||||||
#BIGCHAINDIR=`dirname $DEPLOYDIR`
|
#BIGCHAINDIR=`dirname $DEPLOYDIR`
|
||||||
#export BIGCHAINDIR
|
#export BIGCHAINDIR
|
||||||
|
|
||||||
# check if awscli is installed
|
# check if python-fabric is installed
|
||||||
if [ ! -f "$AWS" ]
|
|
||||||
then
|
|
||||||
echo "awscli is not installed!!!"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# checck if python-fabric is installed
|
|
||||||
if [ ! -f "$FAB" ]
|
if [ ! -f "$FAB" ]
|
||||||
then
|
then
|
||||||
echo "python-fabric is not installed!!!"
|
echo "python-fabric is not installed!!!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user