Skip to content

Commit

Permalink
Do not define quarkus.version as it makes Keycloak resolution fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Sep 13, 2024
1 parent 2c364c4 commit f220a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ jobs:
run: |
git clone --depth=1 -b ${{ steps.get-quickstarts-branch.outputs.result }} https://github.com/quarkusio/quarkus-quickstarts.git && cd quarkus-quickstarts
if [ "${{ steps.get-quickstarts-branch.outputs.result }}" != "development" ]; then
QUARKUS_VERSION_ARGS="-Dquarkus.platform.version=${{ steps.get-quickstarts-branch.outputs.result }}.999-SNAPSHOT -Dquarkus.version=${{ steps.get-quickstarts-branch.outputs.result }}.999-SNAPSHOT"
QUARKUS_VERSION_ARGS="-Dquarkus.platform.version=${{ steps.get-quickstarts-branch.outputs.result }}.999-SNAPSHOT"
else
QUARKUS_VERSION_ARGS=""
fi
Expand Down

0 comments on commit f220a2b

Please sign in to comment.