commit e7f454cb698b64963a27b45c3f54ae64b219ba43
parent b559ff4db800206867f2dfbfb6d8e71520800f6e
Author: Devan Carpenter <devan@taler.net>
Date: Mon, 15 Jul 2024 20:31:28 -0400
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.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
@@ -73,5 +73,3 @@ RUN apt-get update -yqq && \
jq
WORKDIR /workdir
-
-CMD ["bash", "/workdir/ci/ci.sh"]