exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 55a58502523087aae9452011c24f2fc0c8651b37
parent 1e1f407fdd80b14df314144b74b21a6d0503d70a
Author: Devan Carpenter <devan@taler.net>
Date:   Tue,  9 Jul 2024 09:56:34 -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:
Mcontrib/ci/Containerfile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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"]