Skip to content

Commit

Permalink
[quarkus-next] Fix: wrong script location used in the preparation phase
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
Pepo48 committed Sep 23, 2024
1 parent 402aa42 commit bd5089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/prepare-quarkus-next.sh
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ add_repository "pom.xml" "repository"
add_repository "quarkus/pom.xml" "pluginRepository"
add_repository "operator/pom.xml" "pluginRepository"

./quarkus/scripts/set-quarkus-version.sh
./quarkus/set-quarkus-version.sh
git commit -am "Set quarkus version to 999-SNAPSHOT"

snapshot_version_hash=$(git log origin/quarkus-next --grep="Set quarkus version to 999-SNAPSHOT" --format="%H" -n 1)

0 comments on commit bd5089a

Please sign in to comment.