File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6565 run : |
6666 git clone https://github.com/quarkusio/quarkus.git
6767 cd quarkus
68- ./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci
68+ ./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci -Prelocations
6969 - name : Build with Maven
7070 run : export LANG=en_US && ./mvnw -e -B -fae --settings .github/mvn-settings.xml clean install -Dstart-containers
7171 - name : Delete Local Artifacts From Cache
Original file line number Diff line number Diff line change 7272 echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
7373 git clone https://github.com/quarkusio/quarkus.git
7474 cd quarkus
75- ./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci
75+ ./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci -Prelocations
7676
7777 - name : Test Quickstarts in Native mode
7878 run : |
Original file line number Diff line number Diff line change 7272 echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
7373 git clone https://github.com/quarkusio/quarkus.git
7474 cd quarkus
75- ./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci
75+ ./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci -Prelocations
7676
7777 - name : Build Quickstarts with Native
7878 run : |
You can’t perform that action at this time.
0 commit comments