Skip to content

Commit

Permalink
fix: remove replace_remoteconfig_template_conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
KoheiKanagu committed May 15, 2024
1 parent fbb418e commit b742704
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 103 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/firebase_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
### Setup ###
- uses: actions/checkout@v4

- name: Setup Flutter
uses: KoheiKanagu/composite-actions/setup-flutter@main

- name: Setup Firebase CLI
uses: KoheiKanagu/composite-actions/setup-firebase-cli@main
with:
Expand All @@ -35,11 +32,6 @@ jobs:
run: npm ci
working-directory: firebase/functions

- name: Replace remoteconfig template conditions
run: |
dart pub get
dart run grinder replace-remoteconfig-template-conditions
### Deploy ###
- name: Deploy Mail Templates
working-directory: firebase/functions
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/firebase_deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
### Setup ###
- uses: actions/checkout@v4

- name: Setup Flutter
uses: KoheiKanagu/composite-actions/setup-flutter@main

- name: Setup Firebase CLI
uses: KoheiKanagu/composite-actions/setup-firebase-cli@main
with:
Expand All @@ -38,11 +35,6 @@ jobs:
run: npm ci
working-directory: firebase/functions

- name: Replace remoteconfig template conditions
run: |
dart pub get
dart run grinder replace-remoteconfig-template-conditions
### Deploy ###
- name: Deploy Mail Templates
working-directory: firebase/functions
Expand Down
1 change: 0 additions & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export 'dump_firestore_indexes.dart';
export 'dump_release_notes.dart';
export 'flutterfire_configure.dart';
export 'initial_release.dart';
export 'replace_remoteconfig_template_conditions.dart';
export 'update_core_export.dart';
export 'update_coverage_test.dart';
export 'update_si.dart';
Expand Down
86 changes: 0 additions & 86 deletions tool/replace_remoteconfig_template_conditions.dart

This file was deleted.

0 comments on commit b742704

Please sign in to comment.