summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglx22 <glx22@users.noreply.github.com>2020-05-19 22:21:11 +0200
committerGitHub <noreply@github.com>2020-05-19 22:21:11 +0200
commit6a8b02609fc0abcd547f3a6af21cd8dd09763cb3 (patch)
tree018a8a4d56031f2713103573a54471299c539489
parent587d8e716b83050dab52da831afb9286589880ae (diff)
downloadopenttd-6a8b02609fc0abcd547f3a6af21cd8dd09763cb3.tar.xz
Fix e3511ec: [AzurePipeline] Don't loop infinitely on errors (#8165)
-rwxr-xr-xazure-pipelines/manifest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines/manifest.sh b/azure-pipelines/manifest.sh
index 730a09283..2703b37e5 100755
--- a/azure-pipelines/manifest.sh
+++ b/azure-pipelines/manifest.sh
@@ -65,6 +65,7 @@ output_files() {
if [ ! -e ${FOLDER}/${filename}.md5sum ] || [ ! -e ${FOLDER}/${filename}.sha1sum ] || [ ! -e ${FOLDER}/${filename}.sha256sum ]; then
echo "ERROR: missing checksum file for ${filename}" 1>&2
error="y"
+ shift
continue
fi