fix typo
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 10 Jul 2021 17:03:42 +0000 (19:03 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Jul 2021 17:03:42 +0000 (19:03 +0200)
azure-pipelines.yml

index 8bc27eb0865bf409347ffdfdc1bfbf8a2685979d..65bc8e680a727abd8c7578b37a1c599e893d8ef5 100644 (file)
@@ -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" "$@"; }