Skip to content

Commit

Permalink
chore(ci): fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 committed Sep 19, 2024
1 parent 47c0504 commit 171925d
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .ci/config/stage-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,20 +180,16 @@ platform-jdk-jdk-17-latest:
runtimeStash: true
nodeLabel: 'h2'
jdkVersion: 'jdk-17-latest'
podSpec:
cpu: 4
image: 'maven:3.9.7-eclipse-temurin-17'
platform-jdk-temurin-jdk-21-latest:
withNpm: true
platform-jdk-jdk-21-latest:
directory: '.'
command: 'install source:jar source:test-jar -Pdistro,distro-ce,distro-wildfly -Dskip.frontend.build=true'
stash:
runtimeStash: true
withNpm: true
nodeLabel: 'h2'
jdkVersion: 'jdk-21-latest'
podSpec:
cpu: 4
image: 'maven:3.9.7-eclipse-temurin-21'
platform-jdk-temurin-jdk-11-latest:
withNpm: true
platform-jdk-jdk-11-latest:
directory: '.'
command: 'install source:jar source:test-jar
-pl ''!spring-boot-starter,!spring-boot-starter/starter,!spring-boot-starter/starter-client/spring,!spring-boot-starter/starter-client/spring-boot,
Expand All @@ -212,9 +208,7 @@ platform-jdk-temurin-jdk-11-latest:
-Dskip.frontend.build=true'
stash:
runtimeStash: true
withNpm: true
nodeLabel: 'h2'
jdkVersion: 'jdk-11-latest'
podSpec:
cpu: 4
image: 'maven:3.9.7-eclipse-temurin-11'
withNpm: true

0 comments on commit 171925d

Please sign in to comment.