ok try this
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-25 14:04:22 -05:00
parent 534a8abc08
commit 949d763752
+1 -1
View File
@@ -31,7 +31,7 @@ def apply_key_permissions(keyfile):
def run_command(host, command, auth):
print(f">> [exec] {host} {command}")
run(["ssh", "-i", auth, "-o", "StrictHostKeyChecking=no", "-o", "PasswordAuthentication=no", host, "sh", "-c", command], check=True)
run(["ssh", "-i", auth, "-o", "StrictHostKeyChecking=no", "-o", "PasswordAuthentication=no", host, command], check=True)
def make_parent_dirs(target, auth):
if is_target_http(target):