Skip to content

Commit 72996b2

Browse files
committed
fix build
Signed-off-by: wind57 <[email protected]>
1 parent 3d5b965 commit 72996b2

File tree

1 file changed

+1
-5
lines changed
  • .github/workflows/composites/pre-test-actions

1 file changed

+1
-5
lines changed

.github/workflows/composites/pre-test-actions/action.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ runs:
2424
- name: build project
2525
shell: bash
2626
run: |
27-
<<<<<<< HEAD
28-
./mvnw clean install -P 'run-on-github-actions' -Dskip.build.image=true -DskipITs -DskipTests -T1C -U -B -q
29-
=======
30-
./mvnw clean install -Dspring-boot.build-image.skip=true -DskipITs -DskipTests -T1C -U -B -q
31-
>>>>>>> main
27+
./mvnw clean install -P 'run-on-github-actions' -Dspring-boot.build-image.skip=true -DskipITs -DskipTests -T1C -U -B -q
3228
3329
- name: build controllers project
3430
uses: ./.github/workflows/composites/build-controllers-project

0 commit comments

Comments
 (0)