Give CI chance to download everything

This commit is contained in:
Dave Syer
2018-07-30 09:15:45 +01:00
parent 7fa41df3ff
commit 160ffd1480

View File

@@ -2,7 +2,7 @@
cd $(dirname $0)
git clone https://github.com/spring-guides/gs-producing-web-service
(cd gs-producing-web-service/complete; ./mvnw spring-boot:run &)
(cd gs-producing-web-service/complete; ./mvnw install; ./mvnw spring-boot:run &)
sleep 10