diff options
author | Devan Carpenter <devan@taler.net> | 2024-07-09 09:56:34 -0400 |
---|---|---|
committer | Devan Carpenter <devan@taler.net> | 2024-07-09 09:56:34 -0400 |
commit | 55a58502523087aae9452011c24f2fc0c8651b37 (patch) | |
tree | 9a1a6e77822f0015c3aaf7ce4ec400fe93926a8a | |
parent | 1e1f407fdd80b14df314144b74b21a6d0503d70a (diff) |
CI: remove legacy cmd from Containerfilev0.12.0-dev.3
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/Containerfile | 2 |
1 files changed, 0 insertions, 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"] |