Skip to content

Commit 5af9926

Browse files
committed
less spam for download progress
1 parent 486a749 commit 5af9926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build and save artifacts
2323
run: |
2424
mkdir -p deploy-temp
25-
mvn clean deploy -DaltDeploymentRepository=local-repo::default::file://$PWD/deploy-temp
25+
mvn clean deploy -B -DaltDeploymentRepository=local-repo::default::file://$PWD/deploy-temp
2626
2727
- name: Setup SSH
2828
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)