Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
hipbuilder committed Mar 22, 2022
1 parent 158dd35 commit 4434173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sync_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def get_token():

def put_image():
# docker run --rm -it -v $PWD:/export hip bash -c 'apt-get install -y pigz && tar cf - /apps/tvb-hip | pigz -c > /export/tvb-hip-app.tar.gz2'
upload('app.tar.gz')
upload('tvb-hip-app.tar.gz2')

if __name__ == '__main__':
#put_image()
download('app.tar.gz')
# put_image()
download('tvb-hip-app.tar.gz2')

0 comments on commit 4434173

Please # to comment.