0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 21:00:53 +02:00

Add build tests for the example dockerfiles

This commit is contained in:
Tilo Spannagel 2017-08-08 16:46:36 +02:00
parent 50b9eadbff
commit ce5b814886
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
2 changed files with 20 additions and 0 deletions

View file

@ -20,6 +20,7 @@ before_script:
script:
- travis_retry docker build -t "$image" "${VERSION}/${VARIANT}"
- ~/official-images/test/run.sh "$image"
- .travis/test-example-dockerfiles.sh "$image"
after_script:
- docker images