Skip to content

Commit f6a7da0

Browse files
committed
Update CI config
1 parent 45fabb6 commit f6a7da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
version: 17.0.8-graalce
2929
- run:
3030
name: "spring-boot:build-image"
31-
command: "source init.sh && docker compose up -d &&./mvnw clean package -Pnative spring-boot:build-image -DskipTests"
31+
command: "./mvnw -Pnative spring-boot:build-image -DskipTests"
3232
- docker/check:
3333
docker-username: DOCKER_LOGIN
3434
docker-password: DOCKER_PASSWORD

0 commit comments

Comments
 (0)