Skip to content

Commit

Permalink
Merge pull request #49 from com-pas/develop
Browse files Browse the repository at this point in the history
Make a new release without native
  • Loading branch information
Flurb authored Jul 20, 2021
2 parents b42723f + ee17ab1 commit fced91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy with Maven to GitHub Packages and Docker Hub
run: ./mvnw -B -s custom_maven_settings.xml -Prelease,native clean deploy
run: ./mvnw -B -s custom_maven_settings.xml -Prelease clean deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ SPDX-License-Identifier: Apache-2.0

<properties>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.container-build>true</quarkus.native.container-build> <!-- Allows for creating a Linux executable without GraalVM being installed -->
</properties>

<build>
Expand Down Expand Up @@ -180,7 +181,6 @@ SPDX-License-Identifier: Apache-2.0

<properties>
<!-- Properties only used for publishing a native docker image (default to Docker Hub) -->
<quarkus.native.container-build>true</quarkus.native.container-build>
<quarkus.container-image.build>true</quarkus.container-image.build>
<quarkus.container-image.group>lfenergycompas</quarkus.container-image.group>
<quarkus.container-image.name>compas-scl-data-service</quarkus.container-image.name>
Expand Down

0 comments on commit fced91c

Please sign in to comment.