aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/docker-compose.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 20:40:16 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 20:40:16 +0200
commitddd150b7d16d289ed0d0ca8dbbcaa335761ad4f2 (patch)
tree7de243930d1359dca8efc32d317441f677f212ac /test/docker-compose.yml
parentdebian: 2.0.3-5 (diff)
parentmove comments from links-update to README (diff)
downloadconfig-links-ddd150b7d16d289ed0d0ca8dbbcaa335761ad4f2.tar.gz
config-links-ddd150b7d16d289ed0d0ca8dbbcaa335761ad4f2.zip
Merge tag 'v2.0.4' into debian
Diffstat (limited to '')
-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 76546c4..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/unit/test.sh && /src/test/integration/test.sh