Skip to content

Commit

Permalink
ci: remove debug logging from jib
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTimn committed Dec 12, 2023
1 parent a11383a commit 753bb6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
run: |
mvn -B -ntp versions:set -DnewVersion=${VERSION} -DgenerateBackupPoms=false
mvn -B -ntp package jib:build -DskipTests \
-Djava.util.logging.config.file=logging.properties -Djib.serialize=true \
-Djib.to.auth.username=${{ github.actor }} \
-Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} \
-Dcontainer.registry=${{env.registry}}/${{ github.repository }}
Expand Down
6 changes: 0 additions & 6 deletions logging.properties

This file was deleted.

0 comments on commit 753bb6d

Please sign in to comment.