taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit c6062c9d71c4e1d5c04e76a307727f74ef5ef995
parent c13fd58cbedc5d54fd580db1bee0a602d0a40c5b
Author: Devan Carpenter <devan@taler.net>
Date:   Sat, 20 Jan 2024 10:12:09 -0500

ci: make sure bootstrap is run before packaging

Diffstat:
Mcontrib/ci/jobs/3-deb-package/job.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/contrib/ci/jobs/3-deb-package/job.sh b/contrib/ci/jobs/3-deb-package/job.sh @@ -6,6 +6,9 @@ set -exuo pipefail unset LD_LIBRARY_PATH +# Run the bootstrap script in case it hasn't been done already at this point +./bootstrap + # gbp wants the debian directory in the root of the git repo # so we symlink in the debian directory for the package we want to create rm -f ./debian # in case we already have a symlink there