Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Developer Infrastructure
-
Labels:None
-
Team:SQuaRE
Description
The cp command in line 159 of the script uses both the -a and -r flags. -a implies -R, which is the modern replacement for -r, on all platforms. For some reason, this is now being executed on macOS, which complains and errors, unlike CentOS.
Attachments
Issue Links
- is triggered by
-
DM-14631 end-to-end testing of the science-pipelines release process
- Done
PR https://github.com/lsst-sqre/ci-scripts/pull/53 from my fork. Please merge if it looks good.