Skip to content

Commit

Permalink
Dont publish war to georchestra artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Feb 12, 2024
1 parent 27a69f7 commit 3e66511
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/mapstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ jobs:
- name: "package with Maven"
run: mvn -B clean install -Dmapstore2.version=${{ github.sha }}

- name: "deploy war in artifactory"
run: cd web && mvn -B deploy -Dmapstore2.version=${{ github.sha }}
continue-on-error: true
env:
ARTIFACTORY_TOKEN_REF: ${{ secrets.ARTIFACTORY_TOKEN }}
ARTIFACTORY_USERNAME_REF: ${{ secrets.ARTIFACTORY_USERNAME }}

- name: "debian package with Maven"
run: mvn -B package deb:package -pl web -PdebianPackage

Expand Down

0 comments on commit 3e66511

Please sign in to comment.