mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
chore(build): disable maven debug logging again
This commit is contained in:
parent
3f466c61ee
commit
ae6e31ed15
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
|
||||
- name: Build backend
|
||||
working-directory: backend
|
||||
run: mvn --batch-mode --errors --fail-at-end --show-version --no-transfer-progress install -X
|
||||
run: mvn --batch-mode --errors --fail-at-end --show-version --no-transfer-progress install
|
||||
|
||||
- name: Install frontend deps
|
||||
run: (cd frontend && pnpm install --frozen-lockfile)
|
||||
|
Loading…
Reference in New Issue
Block a user