File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,21 @@ install: true
23
23
before_install :
24
24
- sudo pip install --upgrade httpie docker-compose >/dev/null 2>&1
25
25
- source <(curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash)
26
- - stop_any 80
26
+ - stop_any 80 8080
27
27
script :
28
28
- ./gradlew
29
29
- bash ./build/libs/*.war &
30
30
- wait_for 8080
31
31
- http :8080/actuator/ | jq '._links'
32
32
- http :8080/actuator/health | jq '.'
33
- - stop_any 80
33
+ - stop_any 80 8080
34
34
#
35
- - docker ps -a -f name=spring-boot-gradle-kotlin-dsl-example
36
- - ./gradlew busybox
35
+ - ./gradlew composeUp
36
+ - http :8080/actuator/ | jq '._links'
37
+ - http :8080/actuator/health | jq '.'
38
+ - ./gradlew composeDown
39
+ #
40
+ - ./gradlew dockerPs
37
41
cache :
38
42
npm : true
39
43
packages : true
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ pluginManagement {
14
14
}
15
15
}
16
16
17
- rootProject.name = " spring-boot-ldap -example"
17
+ rootProject.name = " spring-boot-gradle-kotlin-dsl -example"
You can’t perform that action at this time.
0 commit comments