refactor: remove patch_detector and use gameVersion field in match_collector
This commit is contained in:
@@ -43,18 +43,6 @@ jobs:
|
||||
working-directory: ./match_collector
|
||||
run: npm run format:check
|
||||
|
||||
- name: Install dependencies for patch_detector
|
||||
working-directory: ./patch_detector
|
||||
run: npm ci
|
||||
|
||||
- name: Lint patch_detector
|
||||
working-directory: ./patch_detector
|
||||
run: npm run lint
|
||||
|
||||
- name: Check formatting for patch_detector
|
||||
working-directory: ./patch_detector
|
||||
run: npm run format:check
|
||||
|
||||
build-and-push-images:
|
||||
needs: lint-and-format
|
||||
runs-on: ubuntu-latest
|
||||
@@ -79,15 +67,6 @@ jobs:
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:latest
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:${{ github.sha }}
|
||||
|
||||
- name: Build and push patch_detector docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./patch_detector
|
||||
push: true
|
||||
tags: |
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:latest
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:${{ github.sha }}
|
||||
|
||||
- name: Build and push match_collector docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user