Skip to content

Commit

Permalink
Remove offline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalLike committed Sep 18, 2024
1 parent 7edee29 commit 3b9f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
architecture: x64
cache: maven

- run: mvn install --batch-mode --update-snapshots -o -DskipTests
- run: mvn install --batch-mode --update-snapshots -DskipTests

- run: mkdir staging && cp target/*.war staging

Expand Down

0 comments on commit 3b9f82b

Please sign in to comment.