You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file from the staging job is copied to a local workdir, it should use "install" command instead of "cp". The staging jobs are write only, so when it's copied to workdir, the file attribute is retained and create read-only file. If a job is restarted, it will fail overwrite already copied file as it is set to read-only.
To allow for rerunning the failed job, we should use
-p
option for mkdir.The text was updated successfully, but these errors were encountered: