ci: save artifacts before cleaning up big things on macOS (#29578)
This commit is contained in:
parent
8446ce1fc7
commit
556c91a989
1 changed files with 1 additions and 2 deletions
|
@ -1525,6 +1525,7 @@ commands:
|
|||
- when:
|
||||
condition: << parameters.build >>
|
||||
steps:
|
||||
- move_and_store_all_artifacts
|
||||
- run:
|
||||
name: Remove the big things on macOS, this seems to be better on average
|
||||
command: |
|
||||
|
@ -1542,8 +1543,6 @@ commands:
|
|||
steps:
|
||||
- *step-save-out-cache
|
||||
|
||||
- move_and_store_all_artifacts
|
||||
|
||||
# Trigger tests on arm hardware if needed
|
||||
- *step-maybe-trigger-arm-test
|
||||
|
||||
|
|
Loading…
Reference in a new issue