aboutsummaryrefslogtreecommitdiff
path: root/scripts/publish_to_snapshots.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/publish_to_snapshots.py')
-rwxr-xr-xscripts/publish_to_snapshots.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/publish_to_snapshots.py b/scripts/publish_to_snapshots.py
index d53da06..9968919 100755
--- a/scripts/publish_to_snapshots.py
+++ b/scripts/publish_to_snapshots.py
@@ -189,6 +189,8 @@ class SnapshotsPublisher(object):
try:
if not os.path.isdir(target_dir_path):
os.makedirs(target_dir_path)
+ # Set write permission to the group as default umask is 022
+ os.chmod(target_dir_path, 0775)
if not os.path.isdir(target_dir_path):
raise OSError