Skip to content

Commit

Permalink
[Build] Don't log unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Oct 18, 2024
1 parent 1cdf88c commit 2c9c6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
gradle-version: 8.10.2

- name: Build JVM OCI image
run: ./gradlew jib -Djib.serialize=true --info # https://github.com/GoogleContainerTools/jib/issues/4301
run: ./gradlew jib -Djib.serialize=true # https://github.com/GoogleContainerTools/jib/issues/4301
env:
USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2c9c6df

Please sign in to comment.