mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
Add simple test of successful installation of docker-compose
Based on https://docs.docker.com/docker-cloud/builds/advanced/#environment-variables-for-building-and-testing
This commit is contained in:
parent
57f5065db8
commit
957acd0406
5
docker-compose.test.yml
Normal file
5
docker-compose.test.yml
Normal file
@ -0,0 +1,5 @@
|
||||
version: '3'
|
||||
services:
|
||||
sut:
|
||||
build: .
|
||||
command: docker-compose version
|
Loading…
Reference in New Issue
Block a user