From 840029eae9df3093266fa7f1d4dbd282019e3cb7 Mon Sep 17 00:00:00 2001 From: pablo gonzalez granados Date: Mon, 10 Oct 2022 19:23:30 +0200 Subject: [PATCH] Fix Github action references to Quarkus 2.13 --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 566f1ec9e..b51c84fef 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -50,7 +50,7 @@ jobs: check-latest: true - name: Build Quarkus 2.13 run: | - git clone https://github.com/quarkusio/quarkus.git && cd quarkus/devtools/cli && git checkout 2.13 && mvn -B -s ../../../.github/mvn-settings.xml clean install -Dquickly -Prelocations + git clone https://github.com/quarkusio/quarkus.git && cd quarkus && git checkout 2.13 && ./mvnw -B -s .github/mvn-settings.xml clean install -Dquickly -Prelocations - name: Tar Maven Repo shell: bash run: tar -I 'pigz -9' -cf maven-repo.tgz -C ~ .m2/repository