Correzione pubblicazione.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a0c4fbcad0
commit
df079c91b5
@ -410,10 +410,11 @@ class Build(loaih.RemoteBuild):
|
||||
else:
|
||||
remotepath = str.join('/', [ self.remote_path, '' ])
|
||||
try:
|
||||
subprocess.run(shlex.split(
|
||||
subprocess.run(
|
||||
r"rsync -rlIvz --munge-links *.AppImage* " +
|
||||
f"{self.remote_host}:{remotepath}"
|
||||
), cwd=self.appnamedir, shell=True, check=True)
|
||||
f"{self.remote_host}:{remotepath}",
|
||||
cwd=self.appnamedir, shell=True, check=True
|
||||
)
|
||||
finally:
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user