Skip to content

Commit

Permalink
update git action to use mvn on docker deploiement
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejego committed Aug 5, 2024
1 parent d43ea19 commit 8e7339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cadastrapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
short-description: 'Cadastrapp module for the geOrchestra SDI'

- name: "Publish binary in artifactory"
run: ./mvn deploy
run: mvn deploy
continue-on-error: true
env:
ARTIFACTORY_TOKEN_REF: ${{ secrets.ARTIFACTORY_TOKEN }}
Expand Down

0 comments on commit 8e7339d

Please sign in to comment.