diff options
author | glx22 <glx22@users.noreply.github.com> | 2020-05-19 22:21:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 22:21:11 +0200 |
commit | 6a8b02609fc0abcd547f3a6af21cd8dd09763cb3 (patch) | |
tree | 018a8a4d56031f2713103573a54471299c539489 /azure-pipelines | |
parent | 587d8e716b83050dab52da831afb9286589880ae (diff) | |
download | openttd-6a8b02609fc0abcd547f3a6af21cd8dd09763cb3.tar.xz |
Fix e3511ec: [AzurePipeline] Don't loop infinitely on errors (#8165)
Diffstat (limited to 'azure-pipelines')
-rwxr-xr-x | azure-pipelines/manifest.sh | 1 |
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 |