From 55a58502523087aae9452011c24f2fc0c8651b37 Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Tue, 9 Jul 2024 09:56:34 -0400 Subject: CI: remove legacy cmd from Containerfile This CMD was leftover from when the buildbot was configured a bit differently than it is now. It is only a source of confusion at this point, as it doesn't make sense to run this script inside the container anymore. --- contrib/ci/Containerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile index 16d981f40..b00b59433 100644 --- a/contrib/ci/Containerfile +++ b/contrib/ci/Containerfile @@ -65,5 +65,3 @@ RUN cat /etc/apt/preferences.d/taler && \ && rm -rf /var/lib/apt/lists/* WORKDIR /workdir - -CMD ["bash", "/workdir/ci/ci.sh"] -- cgit v1.2.3