aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.test.yml
diff options
context:
space:
mode:
authorArthur Moore <Arthur.Moore.git@cd-net.net>2019-03-15 16:00:02 -0400
committerArthur Moore <Arthur.Moore.git@cd-net.net>2019-03-15 17:34:55 -0400
commitbc5198b7cfb54a91f02b30959ad7bb6626894764 (patch)
tree81ed5c3d1cc003750b1134e6963661508765d074 /docker-compose.test.yml
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-bc5198b7cfb54a91f02b30959ad7bb6626894764.tar.xz
OpenSMTPD-bc5198b7cfb54a91f02b30959ad7bb6626894764.zip
Fix Docker Hub's autotest not working
Diffstat (limited to 'docker-compose.test.yml')
-rw-r--r--docker-compose.test.yml15
1 files changed, 9 insertions, 6 deletions
diff --git a/docker-compose.test.yml b/docker-compose.test.yml
index b86b38a5..1529b368 100644
--- a/docker-compose.test.yml
+++ b/docker-compose.test.yml
@@ -1,6 +1,9 @@
-sut:
- build: .
- #This means we are using the build container, not the final container
- target: build
- entrypoint: /bin/sh
- command: /opensmtpd/tests/test_all.sh
+version: '3.4'
+services:
+ sut:
+ build:
+ context: .
+ #This means we are using the build container, not the final container
+ target: build
+ entrypoint: /bin/sh
+ command: /opensmtpd/tests/test_all.sh