We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae70e2b commit a970ddaCopy full SHA for a970dda
rake_tasks/unified_release_tasks.rake
@@ -33,8 +33,8 @@ namespace :unified_release do
33
34
build_gems(args[:output_dir])
35
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])}"
+ sh "chmod 666 #{CURRENT_PATH.join(args[:output_dir])}/* && " \
+ "chmod 666 #{CURRENT_PATH.join(args[:output_dir])}"
38
end
39
40
def build_gems(output_dir)
0 commit comments