mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
This commit is contained in:
+6
-1
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user