Skip to content

Commit c2add67

Browse files
committed
fix ci
1 parent 37dc35f commit c2add67

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.travis.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,21 @@ install: true
2323
before_install:
2424
- sudo pip install --upgrade httpie docker-compose >/dev/null 2>&1
2525
- source <(curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash)
26-
- stop_any 80
26+
- stop_any 80 8080
2727
script:
2828
- ./gradlew
2929
- bash ./build/libs/*.war &
3030
- wait_for 8080
3131
- http :8080/actuator/ | jq '._links'
3232
- http :8080/actuator/health | jq '.'
33-
- stop_any 80
33+
- stop_any 80 8080
3434
#
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
3741
cache:
3842
npm: true
3943
packages: true

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pluginManagement {
1414
}
1515
}
1616

17-
rootProject.name = "spring-boot-ldap-example"
17+
rootProject.name = "spring-boot-gradle-kotlin-dsl-example"

0 commit comments

Comments
 (0)