Browse Source

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

John Kleinschmidt 3 years ago
parent
commit
556c91a989
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .circleci/config.yml

+ 1 - 2
.circleci/config.yml

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