Skip to content

Commit

Permalink
update maven command
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Aug 16, 2023
1 parent a771475 commit aefabd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: mvn versions:set -DremoveSnapshot -DgenerateBackupPoms=false

- name: Build
run: mvn clean deploy -PreleaseBuild -DskipTests
run: mvn clean install -DskipTests

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ENV TERRAFORM_VERSION=1.4.4
RUN wget https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
RUN unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip
RUN mv terraform /usr/bin/terraform
COPY target/terraform-boot-*.jar terraform-boot.jar
COPY target/terraform-boot-*.jar .
ENTRYPOINT ["java","-jar","terraform-boot.jar"]
3 changes: 0 additions & 3 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ project:
release:
github:
overwrite: true
signing:
active: ALWAYS
armored: true

0 comments on commit aefabd4

Please sign in to comment.