mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
add test to travis to check if all images in compose can be pulled from docker hub (and can also be started)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
7affd26ff8
commit
0e6ca288ef
@ -36,3 +36,8 @@ deploy:
|
||||
script: make publish
|
||||
on:
|
||||
branch: master
|
||||
after_deploy:
|
||||
- provider: script
|
||||
script: docker system prune -a -f && make test-ci && echo "LDAP_CONTAINER=kopano_ldap" >> .env && make test-ci
|
||||
on:
|
||||
branch: master
|
||||
|
Loading…
x
Reference in New Issue
Block a user