aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Carpenter <devan@taler.net>2024-07-15 20:31:28 -0400
committerDevan Carpenter <devan@taler.net>2024-07-15 20:31:28 -0400
commite7f454cb698b64963a27b45c3f54ae64b219ba43 (patch)
tree6f3100ba7709ce7fb4a0eb5f1c94383c63af5335
parentb559ff4db800206867f2dfbfb6d8e71520800f6e (diff)
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.
-rw-r--r--contrib/ci/Containerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index 1f89b19e..a4c933d0 100644
--- 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"]