Skip to content

Commit

Permalink
Enable *verify_flutter_version again
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinBerg committed Jan 10, 2025
1 parent d31ca8b commit 7cd07d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ workflows:
# script: |
# echo $FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT > $GOOGLE_APPLICATION_CREDENTIALS
# Define reusable section 'verify_flutter_version'
# - *verify_flutter_version
- *verify_flutter_version
- name: Get Flutter packages
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -155,7 +155,7 @@ workflows:
cd prod
echo $ANDROID_FIREBASE_SECRET > google-services.json
# - *verify_flutter_version
- *verify_flutter_version
- name: Get Flutter packages
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -232,7 +232,7 @@ workflows:
set -e # exit on first failed command
xcode-project use-profiles
# - *verify_flutter_version
- *verify_flutter_version
- name: Get Flutter packages
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -318,7 +318,7 @@ workflows:
set -e # exit on first failed command
xcode-project use-profiles
# - *verify_flutter_version
- *verify_flutter_version
- name: Get Flutter packages
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -410,7 +410,7 @@ workflows:
set -e # exit on first failed command
xcode-project use-profiles
# - *verify_flutter_version
- *verify_flutter_version
- name: Get Flutter packages
script: |
#!/usr/bin/env sh
Expand Down

0 comments on commit 7cd07d1

Please sign in to comment.