mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Put "docker images" in .travis.yml "after_script" section
This commit is contained in:
parent
37f5418500
commit
be55b2d66d
1 changed files with 3 additions and 0 deletions
|
@ -25,4 +25,7 @@ script:
|
|||
# the "onbuild" variant has to happen with the base variant because it's FROM it
|
||||
- true && [ "$VARIANT" ] || docker build -t "${image}-onbuild" onbuild
|
||||
|
||||
after_script:
|
||||
- docker images
|
||||
|
||||
# vim:set et ts=2 sw=2:
|
||||
|
|
Loading…
Reference in a new issue