Skip to content

Commit

Permalink
Revert "maven package deploy: add -DaltDeploymentRepository"
Browse files Browse the repository at this point in the history
This reverts commit 6096183.
  • Loading branch information
kistlers committed Oct 29, 2024
1 parent a6ec3f1 commit 0a3838e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn_package_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ jobs:
run: mvn -f ${{ inputs.parent_pom }} versions:commit

- name: Deploy package
run: mvn -f ${{ inputs.parent_pom }} deploy -DskipTests -DaltDeploymentRepository="ubique-artifactory::${{ secrets.artifactory_url }}${{ secrets.artifactory_repo }}"
run: mvn -f ${{ inputs.parent_pom }} deploy -DskipTests

0 comments on commit 0a3838e

Please sign in to comment.