From 4434173b5947b0d87c77dfacf4671a77f43d4f2e Mon Sep 17 00:00:00 2001 From: hipbuilder Date: Tue, 22 Mar 2022 11:52:18 +0100 Subject: [PATCH] fix file name --- sync_image.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sync_image.py b/sync_image.py index e6d90c2..bad1106 100644 --- a/sync_image.py +++ b/sync_image.py @@ -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')