mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
rm bigchaindb-archive.tar.gz after installing on remote server
This commit is contained in:
parent
fbce171249
commit
8a98ab65df
1
deploy-cluster-aws/fabfile.py
vendored
1
deploy-cluster-aws/fabfile.py
vendored
@ -124,6 +124,7 @@ def install_bigchaindb_from_git_archive():
|
||||
run('tar xvfz bigchaindb-archive.tar.gz')
|
||||
sudo('pip3 install .')
|
||||
# sudo('python3 setup.py install')
|
||||
run('rm bigchaindb-archive.tar.gz')
|
||||
|
||||
|
||||
# Configure BigchainDB
|
||||
|
Loading…
x
Reference in New Issue
Block a user