From 351847a3ef63b30f61508af5cdaa8c1ddeb5b944 Mon Sep 17 00:00:00 2001 From: Gres Date: Wed, 15 Apr 2020 20:46:22 +0300 Subject: [PATCH] Change sourceforge deploy path --- share/ci/sourceforge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/ci/sourceforge.py b/share/ci/sourceforge.py index a891461..439fc4b 100644 --- a/share/ci/sourceforge.py +++ b/share/ci/sourceforge.py @@ -37,7 +37,7 @@ ssh = SSHClient() ssh.set_missing_host_key_policy(WarningPolicy()) ssh.connect('frs.sourceforge.net', username='onemoregres', pkey=pkey) sftp = ssh.open_sftp() -target_path = 'test' # 'bin/v' + app_version +target_path = 'bin/v' + app_version try: remote_path = '/home/frs/project/screen-translator/' for part in target_path.split('/'):