Skip to content

Commit

Permalink
chore: remove updater_tools, I believe they're unused. (#198)
Browse files Browse the repository at this point in the history
* chore: remove updater_tools, I believe they're unused.

* chore: remove CI for updater_tools
  • Loading branch information
eseidel authored Jul 25, 2024
1 parent 933e231 commit af228be
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 1,559 deletions.
37 changes: 1 addition & 36 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# cspell:words dorny codecov
name: ci

on:
Expand All @@ -18,7 +19,6 @@ jobs:
pull-requests: read

outputs:
needs_dart_build: ${{ steps.needs_dart_build.outputs.changes }}
needs_flutter_build: ${{ steps.needs_flutter_build.outputs.changes }}
needs_rust_build: ${{ steps.needs_rust_build.outputs.changes }}

Expand All @@ -28,16 +28,6 @@ jobs:
- name: 📚 Git Checkout
uses: actions/checkout@v4

- uses: dorny/paths-filter@v3
name: Build Detection
id: needs_dart_build
with:
filters: |
updater_tools:
- ./.github/workflows/main.yaml
- ./.github/actions/flutter_package/action.yaml
- updater_tools/**
- uses: dorny/paths-filter@v3
name: Build Detection
id: needs_flutter_build
Expand Down Expand Up @@ -82,30 +72,6 @@ jobs:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
working_directory: ${{ matrix.crate }}

build_dart_packages:
needs: changes
if: ${{ needs.changes.outputs.needs_dart_build != '[]' }}
strategy:
matrix:
package: ${{ fromJSON(needs.changes.outputs.needs_dart_build) }}

runs-on: ubuntu-latest

name: 🎯 Build ${{ matrix.package }}

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: 🐦 Build ${{ matrix.package }}
uses: ./.github/actions/dart_package
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
coverage_excludes: "**/*.g.dart"
working_directory: ${{ matrix.package }}

build_flutter_packages:
needs: changes
if: ${{ needs.changes.outputs.needs_flutter_build != '[]' }}
Expand Down Expand Up @@ -135,7 +101,6 @@ jobs:
needs:
[
semantic_pull_request,
build_dart_packages,
build_flutter_packages,
build_rust_crates,
]
Expand Down
9 changes: 0 additions & 9 deletions updater_tools/.gitignore

This file was deleted.

56 changes: 0 additions & 56 deletions updater_tools/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions updater_tools/analysis_options.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions updater_tools/bin/updater_tools.dart

This file was deleted.

7 changes: 0 additions & 7 deletions updater_tools/lib/src/artifact_type.dart

This file was deleted.

1 change: 0 additions & 1 deletion updater_tools/lib/src/commands/commands.dart

This file was deleted.

93 changes: 0 additions & 93 deletions updater_tools/lib/src/commands/diff_command.dart

This file was deleted.

116 changes: 0 additions & 116 deletions updater_tools/lib/src/commands/package_patch_command.dart

This file was deleted.

Loading

0 comments on commit af228be

Please sign in to comment.