Skip to content

Commit

Permalink
Merge pull request #594 from pjgg/fix/gh_2.13
Browse files Browse the repository at this point in the history
Fix Github action references to Quarkus 2.13
  • Loading branch information
rsvoboda authored Oct 10, 2022
2 parents e7835f9 + 840029e commit a6384e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6384e7

Please sign in to comment.