We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fabb6 commit f6a7da0Copy full SHA for f6a7da0
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
version: 17.0.8-graalce
29
- run:
30
name: "spring-boot:build-image"
31
- command: "source init.sh && docker compose up -d &&./mvnw clean package -Pnative spring-boot:build-image -DskipTests"
+ command: "./mvnw -Pnative spring-boot:build-image -DskipTests"
32
- docker/check:
33
docker-username: DOCKER_LOGIN
34
docker-password: DOCKER_PASSWORD
0 commit comments