Skip to content

Commit

Permalink
Update eb-deploy-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Jun 8, 2016
1 parent 0acc04c commit 5d142c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/production/app/eb-deploy-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ else
source python/bin/activate
fi

popd

# test we have access
pushd bumblebee/bumblebee
Expand All @@ -44,4 +45,5 @@ if [ ! $? -eq 0 ]; then
else
echo "The eb scripts will not work unless you set AWS credentials."
fi
fi
fi
popd

0 comments on commit 5d142c1

Please sign in to comment.