Skip to content

Commit

Permalink
fix: properly update FKC version
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <claprun@redhat.com>
  • Loading branch information
metacosm committed May 16, 2024
1 parent 0bdb0cc commit 12eda03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-for-quarkus-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ jobs:
repository: fabric8io/kubernetes-client
path: fkc

- name: Build Quarkus PR if requested
- name: Build Fabrtic8 client PR if requested
if: "${{ inputs.fkc-pr != '' }}"
id: build-fkc-pr
run: |
cd fkc
git fetch origin pull/${{ github.event.inputs.fkc-pr }}/head:pr-to-check
git switch pr-to-check
./update-version.sh 999.${{ github.event.inputs.fkc-pr }}-SNAPSHOT
mvn versions:set -DnewVersion=999.${{ github.event.inputs.fkc-pr }}-SNAPSHOT versions:commit
echo "f8_pr_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
mvn clean install -DskipTests
cd -
Expand Down

0 comments on commit 12eda03

Please sign in to comment.