taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 05d13f174eccfe1b91e4e1e24f97822a9c5503d5
parent 77d87294ff01bc25bc9472c095ea40671fc627e7
Author: Devan Carpenter <devan@taler.net>
Date:   Sun, 18 Feb 2024 15:28:39 -0500

linkchecker: remove superfluous print

Diffstat:
Mbuildbot/linkchecker.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh @@ -24,7 +24,6 @@ podman build -t linkchecker:latest -f "$HOME/deployment/buildbot/linkchecker.Con # Use wget to scan hosts and save output for url in "https://www.taler.net/" "https://docs.taler.net/" "https://taler-systems.net/" "https://demo.taler.net/" "https://bank.demo.taler.net/" "https://shop.demo.taler.net/" "https://donations.demo.taler.net/" "https://survey.demo.taler.net/" ; do - echo "Starting check on $url" echo -e "\n\n#############################\n## Starting check on ${url}\n#############################\n" podman run --rm localhost/linkchecker:latest \ linkchecker \