Skip to content

Commit

Permalink
sonarfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Jul 23, 2024
1 parent 2ce9c11 commit 621ab45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

- name: Build, sign and deploy
run: mvn -P sign -B deploy -f client/pom.xml
env:
MAVEN_USERNAME: apupier
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
# - name: Build, sign and deploy
# run: mvn -P sign -B deploy -f client/pom.xml
# env:
# MAVEN_USERNAME: apupier
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
# MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

- name: Sonar analysis
env:
Expand Down

0 comments on commit 621ab45

Please sign in to comment.