aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/docker-compose.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 20:17:11 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 20:17:15 +0200
commit3af293cba20c02b5ab8d8d26fe670af82ff1b78d (patch)
tree563d4c0849331f235716478bfb186428da04eea6 /test/docker-compose.yml
parenttest: shuffle files around (diff)
downloadconfig-links-3af293cba20c02b5ab8d8d26fe670af82ff1b78d.tar.gz
config-links-3af293cba20c02b5ab8d8d26fe670af82ff1b78d.zip
t/d: move docker-compose.yml to docker/
Diffstat (limited to 'test/docker-compose.yml')
-rw-r--r--test/docker-compose.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/docker-compose.yml b/test/docker-compose.yml
deleted file mode 100644
index 3acdef7..0000000
--- a/test/docker-compose.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-version: '3'
-services:
- test:
- build:
- context: docker/
- args:
- DISTRO: "${DISTRO:-xenial}"
- volumes:
- - ../:/src
- command:
- - sh
- - -c
- - /src/test/local/test.sh && /src/test/linux-home/test.sh