summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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