Skip to content

Commit

Permalink
Merge pull request #14 from jfdenise/port-to-glow-test-pr-jf
Browse files Browse the repository at this point in the history
Fix openshift profile
  • Loading branch information
kabir authored Jan 12, 2024
2 parents d60bcd0 + 212326f commit 52b765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
run: |
cd quickstarts
cd ${{ inputs.QUICKSTART_PATH }}
mvn -fae clean package -Popenshift -Dversion.server=${{ needs.wildfly-build.outputs.wildfly-version }}
mvn -fae clean package -Popenshift -Dversion.server=${{ needs.wildfly-build.outputs.wildfly-version }} ${{ env.WILDFLY_SNAPSHOT_EXTRA_PACKAGE_ARGUMENTS }}
shell: bash
- name: Run after script
env:
Expand Down

0 comments on commit 52b765d

Please sign in to comment.