Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalig committed Sep 3, 2021
1 parent b92cad0 commit f9b4cc1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
TESTCONTAINERS_RYUK_DISABLED: true
- name: Publish to GitHub Packages Apache Maven
if: github.ref == 'refs/heads/develop'
run: mvn deploy -Dmaven.test.skip=true --file dpppt-additionalinfo-backend/pom.xml -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
- name: shasum
run: shasum -a 256 dpppt-additionalinfo-backend/target/dpppt-additionalinfo-backend.jar > dpppt-additionalinfo-backend/target/dpppt-additionalinfo-backend.jar.sha256
shell: bash
Expand Down

0 comments on commit f9b4cc1

Please sign in to comment.