From fcddd32cbc6c2e4ed5d69992b94ad468bf26e9fe Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 25 Nov 2021 23:03:33 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b29a2b1fc..29e3ca586 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -249,7 +249,7 @@ jobs: vmImage: 'ubuntu-latest' steps: - script: | - wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/master/alpine-chroot-install + wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/master/alpine-chroot-install \ && echo '484fbf313f311da93e913bfdd81ef4df934aa907 alpine-chroot-install' | sha1sum -c \ || exit 1 alpine() { /alpine/enter-chroot -u "$USER" "$@"; }