Skip to content

Commit

Permalink
Fix releases build (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 22, 2023
1 parent 0915dff commit 4786642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
ACCOUNTNAME: ${{ secrets.ACCOUNTNAME }}
- name: Run tests and build with Maven
run: mvn --batch-mode clean verify --file pom.xml
run: mvn --batch-mode clean verify -Dcom.exasol.dockerdb.image=7.1.24
- name: Prepare checksum
run: find target -maxdepth 1 -name *.jar -exec sha256sum "{}" + > original_checksum
- name: Upload checksum to the artifactory
Expand Down

0 comments on commit 4786642

Please sign in to comment.