Skip to content

Commit

Permalink
CI/CD: fix build-war job in status checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Dec 4, 2023
1 parent e1d91e3 commit 26ae593
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
- name: Build
run: ./gradlew build

- name: Remove version number from WAR
run: mv build/libs/irma_email_issuer-*.war build/libs/irma_email_issuer.war

- uses: actions/upload-artifact@v3
with:
name: war
Expand Down

0 comments on commit 26ae593

Please sign in to comment.