Skip to content

Commit

Permalink
--no-transfer-progress for å fjerne støy i bygg-log
Browse files Browse the repository at this point in the history
  • Loading branch information
eivinhb committed Dec 4, 2019
1 parent db8b946 commit f8bd461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --no-transfer-progress --file pom.xml

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f8bd461

Please sign in to comment.