1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-12 17:26:13 +00:00

cleanup Dockerfile + upgrade to jetty 11.0.20

This commit is contained in:
bgamard
2024-03-01 22:06:50 +01:00
parent 13cd03a762
commit 01d3e746d8
8 changed files with 31 additions and 546 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install test dependencies
run: sudo apt-get update && sudo apt-get -y -q --no-install-recommends install ffmpeg mediainfo tesseract-ocr tesseract-ocr-deu
- name: Build with Maven
run: mvn -Pprod clean install
run: mvn --batch-mode -Pprod clean install
- name: Upload war artifact
uses: actions/upload-artifact@v2
with: