Skip to content
Prev Previous commit
Next Next commit
fixlint
  • Loading branch information
lpusok committed Apr 10, 2025
commit cf8773ab8f1df41bb2c8b9ca31b4475f0258ff54
16 changes: 12 additions & 4 deletions e2e/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ workflows:

_run:
envs:
- PROFILES_PATH: "~/Library/Developer/Xcode/UserData/Provisioning\ Profiles"
- PROFILES_PATH: ~/Library/Developer/Xcode/UserData/Provisioning Profiles
before_run:
- _generate_api_token
steps:
Expand All @@ -479,12 +479,20 @@ workflows:
rm -rf ~/Library/MobileDevice/Provisioning\ Profiles
ls -la ~/Library/MobileDevice/Provisioning\ Profiles

rm -rf $PROFILES_PATH
ls -la $PROFILES_PATH
rm -rf "$PROFILES_PATH"
ls -la "$PROFILES_PATH"
- restore-cache:
run_if: "true"
inputs:
- key: xcode-profiles-cache
- script:
title: List profiles
run_if: .IsCI
inputs:
- content: |-
#!/bin/bash
set -ex
ls -la "$PROFILES_PATH"
- git::https://github.com/bitrise-steplib/bitrise-step-simple-git-clone.git:
inputs:
- repository_url: $TEST_APP_URL
Expand Down Expand Up @@ -516,6 +524,7 @@ workflows:
run_if: "true"
inputs:
- key: xcode-profiles-cache
- verbose: "yes"
- cache_paths: |-
$PROFILES_PATH

Expand Down Expand Up @@ -680,4 +689,3 @@ workflows:

envman add --key BITRISEIO_ABCS_API_URL --value $BITRISEIO_CACHE_SERVICE_URL
envman add --key BITRISEIO_BITRISE_SERVICES_ACCESS_TOKEN --value $auth_token --sensitive