summaryrefslogtreecommitdiff
path: root/tools/ci-Dockerfile.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-01-20 13:46:02 +0000
committerSimon McVittie <smcv@collabora.com>2023-01-20 13:46:02 +0000
commit4dcd5d38c4d9dc169234e308049a3bebcf01c0de (patch)
treef57b8297c1e1c1d59bafbfb6159f2510fbf40621 /tools/ci-Dockerfile.in
parent1b7e358da9374c80c1c4d71e859389cc10ebe7b0 (diff)
downloaddbus-python-4dcd5d38c4d9dc169234e308049a3bebcf01c0de.tar.gz
CI: Remove vestigial support for launching our own Docker container
This was only useful on Travis-CI. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools/ci-Dockerfile.in')
-rw-r--r--tools/ci-Dockerfile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/ci-Dockerfile.in b/tools/ci-Dockerfile.in
deleted file mode 100644
index 83e1d86..0000000
--- a/tools/ci-Dockerfile.in
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 2006-2022 Collabora Ltd.
-# SPDX-License-Identifier: MIT
-FROM @ci_docker@
-ENV container docker
-
-ADD tools/ci-install.sh /ci-install.sh
-RUN ci_suite="@ci_suite@" ci_distro="@ci_distro@" ci_in_docker=yes dbus_ci_system_python="@dbus_ci_system_python@" /ci-install.sh
-
-ADD . /home/user/ci
-RUN chown -R user:user /home/user/ci
-WORKDIR /home/user/ci
-USER user