Skip to content
Prev Previous commit
Next Next commit
create dir
  • Loading branch information
lpusok committed Apr 10, 2025
commit 88ebbaf2e822d5c8eb9a0322e9f3e42d980a6916
2 changes: 2 additions & 0 deletions e2e/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ workflows:

if [[ -d "$PROFILES_PATH" ]]; then
ls "$PROFILES_PATH"
else
mkdir -p "$PROFILES_PATH"
fi
rm -f "$PROFILES_PATH/*"
if [[ -d "$PROFILES_PATH" ]]; then
Expand Down