|
|
@ -4,7 +4,11 @@ sudo: 'required'
|
|
|
|
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
email:
|
|
|
|
on_success: never
|
|
|
|
if: branch = master
|
|
|
|
|
|
|
|
recipients:
|
|
|
|
|
|
|
|
- eleu@litespeedtech.com
|
|
|
|
|
|
|
|
- larsh2690@hotmail.com
|
|
|
|
|
|
|
|
on_success: always
|
|
|
|
on_failure: always
|
|
|
|
on_failure: always
|
|
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
services:
|
|
|
@ -24,6 +28,7 @@ install:
|
|
|
|
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
before_script:
|
|
|
|
- docker image ls
|
|
|
|
- docker image ls
|
|
|
|
|
|
|
|
- sleep 15
|
|
|
|
|
|
|
|
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- curl -Ik http://localhost:80/
|
|
|
|
- curl -Ik http://localhost:80/
|
|
|
|