Skip to content

Commit a970dda

Browse files
committed
[CI] Number of the beast for chmod in DRA task
1 parent ae70e2b commit a970dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rake_tasks/unified_release_tasks.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ namespace :unified_release do
3333

3434
build_gems(args[:output_dir])
3535
create_zip_file(args[:output_dir])
36-
sh "chmod a+r #{CURRENT_PATH.join(args[:output_dir])}/* && " \
37-
"chmod a+w #{CURRENT_PATH.join(args[:output_dir])}"
36+
sh "chmod 666 #{CURRENT_PATH.join(args[:output_dir])}/* && " \
37+
"chmod 666 #{CURRENT_PATH.join(args[:output_dir])}"
3838
end
3939

4040
def build_gems(output_dir)

0 commit comments

Comments
 (0)