Skip to content

Commit

Permalink
Add working_directory: recipients_app
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinBerg committed Jan 6, 2025
1 parent 386cb00 commit 1389987
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ definitions:
echo "Required version: $REQUIRED_VERSION == Current version: $CURRENT_VERSION"
echo "Flutter version is correct"
fi
working_directory: recipients_app

workflows:
android-staging-firebase-app-distribution-workflow:
Expand Down Expand Up @@ -72,6 +73,7 @@ workflows:
set -e # exit on first failed command
flutter packages pub get
working_directory: recipients_app
- name: Build AAB with Flutter
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -170,6 +172,7 @@ workflows:
set -e # exit on first failed command
flutter packages pub get
working_directory: recipients_app
- name: Build AAB with Flutter
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -251,6 +254,7 @@ workflows:
set -e # exit on first failed command
flutter packages pub get
working_directory: recipients_app
- name: Install pods
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -341,6 +345,7 @@ workflows:
set -e # exit on first failed command
flutter packages pub get
working_directory: recipients_app
- name: Install pods
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -437,6 +442,7 @@ workflows:
set -e # exit on first failed command
flutter packages pub get
working_directory: recipients_app
- name: Install pods
script: |
#!/usr/bin/env sh
Expand Down

0 comments on commit 1389987

Please sign in to comment.