Skip to content

Commit

Permalink
publish_release: small modification to chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Jul 26, 2024
1 parent 0952273 commit 26b9b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def preflight():

for origin in ["brorigin1.cpp.al", "brorigin2.cpp.al"]:
result = subprocess.run(
f'ssh {SSH_USER}@{origin} "mkdir -p {source_file_list_dir}; chmod 777 {source_file_list_dir}"',
f'ssh {SSH_USER}@{origin} "mkdir -p {source_file_list_dir}; chmod 777 {source_file_list_dir} || true"',
shell=True,
capture_output=True,
text=True,
Expand Down

0 comments on commit 26b9b49

Please sign in to comment.