Skip to content

Commit f51d63c

Browse files
committed
fix ls
1 parent cf8773a commit f51d63c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/bitrise.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -476,10 +476,10 @@ workflows:
476476
- content: |-
477477
#!/bin/bash
478478
set -ex
479-
rm -rf ~/Library/MobileDevice/Provisioning\ Profiles
479+
rm -rf ~/Library/MobileDevice/Provisioning\ Profiles/*
480480
ls -la ~/Library/MobileDevice/Provisioning\ Profiles
481481
482-
rm -rf "$PROFILES_PATH"
482+
rm -rf "$PROFILES_PATH/*"
483483
ls -la "$PROFILES_PATH"
484484
- restore-cache:
485485
run_if: "true"

0 commit comments

Comments
 (0)