Skip to content

Commit 2a87cb0

Browse files
committed
TMP
1 parent 5614df9 commit 2a87cb0

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/android_build_and_deploy.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@ jobs:
4444
flutter-version: ${{ env.flutter_version }}
4545
- run: flutter --version
4646

47-
- name: Get packages
48-
run: |
49-
cd open_wearable
50-
flutter clean
51-
flutter pub get
52-
53-
- name: Analyze source
54-
run: |
55-
cd open_wearable
56-
flutter analyze
57-
5847
- name: Decode and save OPEN_WEARABLE_APP_ANDROID_KEYSTORE_PATH
5948
run: |
6049
echo "${{ secrets.OPEN_WEARABLE_APP_ANDROID_KEYSTORE_PATH__FILE }}" | base64 --decode > android_keystore_temp.keystore
@@ -66,7 +55,7 @@ jobs:
6655
echo "OPEN_WEARABLE_APP_ANDROID_DEPLOYMENT_KEY_PATH=$(realpath android_deployment_key.json)" >> $GITHUB_ENV
6756
6857
- name: Set up fastlane
69-
run: (cd open_wearable/android && bundle install)
58+
run: (cd open_wearable/android && true)
7059

7160
- name: Build & deploy Android (Internal)
7261
if: ${{ github.event.inputs.release_type == 'internal' }}
@@ -80,7 +69,7 @@ jobs:
8069
if: ${{ github.event.inputs.release_type == 'production' }}
8170
run: |
8271
cd open_wearable/android
83-
bundle exec fastlane production_deploy
72+
true
8473
env:
8574
OPEN_WEARABLE_APP_ANDROID_KEYSTORE_PASSWORD: ${{ secrets.OPEN_WEARABLE_APP_ANDROID_KEYSTORE_PASSWORD }}
8675

0 commit comments

Comments
 (0)