Skip to content

Commit

Permalink
Cleanup and conditional for root
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMT committed Jan 26, 2024
1 parent 02736d1 commit f48f864
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stages:
stage_1:
workflows:
#- configure_build_fennec: {}
- Test_App_Diff_Check: {}
- Determine_Apps_Affected: {}
stage_2:
workflows:
- build_and_test_1_SmokeTest2: {}
Expand Down Expand Up @@ -1583,7 +1583,7 @@ workflows:
sed 's/.*=//;s/'\''/"/g' data.txt > test.json
cat test.json
python3 perfTestTransform.py
Test_App_Diff_Check:
Determine_Apps_Affected:
steps:
- [email protected]: {}
- script@1:
Expand All @@ -1606,16 +1606,22 @@ workflows:
envman add --key BUILD_SAMPLE_BROWSER_IOS --value "true"
fi
# Mono-repo root changes (e.g, package.json, bitrise.yml, etc.)
# If there are changes in the root of the mono-repo, then we need to build all apps (?)
if [[ "$APPS_AFFECTED" == *"."* ]]; then
# Set all apps to true?
fi
echo $APPS_AFFECTED
- share-pipeline-variable@1:
title: Share which application(s) to base configuration off of
inputs:
- variables: |-
BUILD_FIREFOX_IOS
BUILD_FOCUS_IOS
BUILD_SAMPLE_BROWSER_IOS
- script@1:
title: Show which configuration is set to true
title: Echo build keys
inputs:
- content: |-
#!/usr/bin/env bash
Expand Down

0 comments on commit f48f864

Please sign in to comment.