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 d53350d commit 90acd6bCopy full SHA for 90acd6b
macos-seatbelt/common.jl
@@ -178,6 +178,7 @@ function generate_launchctl_script(io::IO, brg::BuildkiteRunnerGroup;
178
""")
179
180
for path in host_paths_to_cleanup(temp_path, cache_path)
181
+ println(w_io, "chmod -R u+w $(path)")
182
println(w_io, "rm -rf $(path)")
183
end
184
@@ -209,6 +210,7 @@ function generate_launchctl_script(io::IO, brg::BuildkiteRunnerGroup;
209
210
# Cleanup host paths
211
212
213
214
215
216
0 commit comments