Skip to content

Commit

Permalink
Enable batch mode in Maven on deploy
Browse files Browse the repository at this point in the history
Otherwise logs get so long with download progress that we can't even see
the end in GitHub Actions.
  • Loading branch information
yrodiere committed Jan 15, 2025
1 parent 25ae31f commit e334370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
run: oc delete is ubi-quarkus-native-binary-s2i || true

- name: Build and deploy
run: mvn clean package -Dquarkus.kubernetes.deploy=true -Dquarkus.native.container-build=true -Dnative -Drevision=${{ github.sha }}
run: mvn -B clean package -Dquarkus.kubernetes.deploy=true -Dquarkus.native.container-build=true -Dnative -Drevision=${{ github.sha }}

0 comments on commit e334370

Please sign in to comment.