Skip to content

Commit

Permalink
chore(ci): Fix ios log path for artifact fetching on CI. (#11973)
Browse files Browse the repository at this point in the history
Because

- The log path changed recently on our iOS CI job (maybe due to new
macos images on circleci).

This commit

- Changes the path to be a bit more generic.

Fixes #github_issue_number
  • Loading branch information
b4handjr authored Dec 19, 2024
1 parent d1f7639 commit 471b3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
- run:
name: Collect xcodebuild log
command: |
cp /private/var/folders/ln/**/T/pytest-of-distiller/pytest-*/**/xcodebuild.log ./
cp /private/var/folders/**/**/T/pytest-of-distiller/pytest-*/**/xcodebuild.log ./
when: always
- store_artifacts:
path: ~/project/firefox-ios/firefox-ios/firefox-ios-tests/Tests/ExperimentIntegrationTests/results/index.html
Expand Down

0 comments on commit 471b3e4

Please sign in to comment.