From 89429fdaa2a859c5a1e44fc782a20a03b7fa6540 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 10 Jul 2021 19:03:42 +0200 Subject: [PATCH] fix typo --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8bc27eb08..65bc8e680 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -149,9 +149,9 @@ jobs: - job: ALPINE_MUSL pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-latest' steps: - - script | + - script: | wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \ && echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1 alpine() { /alpine/enter-chroot -u "$USER" "$@"; }