Skip to content

Commit

Permalink
Bugfix MTE-2230 [v124] Enhance pattern matching in determine_apps_aff…
Browse files Browse the repository at this point in the history
…ected workflow (#18577)
  • Loading branch information
AaronMT authored Feb 6, 2024
1 parent 3da2462 commit 04647e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,15 +402,16 @@ workflows:
# Check for specific applications and set flags accordingly
# Add more specific conditions for directories as needed; otherwise see default case
# Pattern matches (*) on directory names and reacts to subdirectory changes as well
for app in $APPS_AFFECTED; do
case "$app" in
"firefox-ios")
firefox-ios*)
BUILD_FIREFOX_IOS="true"
;;
"focus-ios")
focus-ios*)
BUILD_FOCUS_IOS="true"
;;
"SampleBrowser")
SampleBrowser*)
BUILD_SAMPLE_BROWSER_IOS="true"
;;
".")
Expand Down

0 comments on commit 04647e8

Please sign in to comment.