ci: save artifacts before cleaning up big things on macOS (#29578)

This commit is contained in:
John Kleinschmidt
2021-06-07 22:02:21 -04:00
committed by GitHub
parent 8446ce1fc7
commit 556c91a989

View File

@@ -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