This commit is contained in:
Martin Kroeker 2021-07-10 19:03:42 +02:00 committed by GitHub
parent d511063098
commit 89429fdaa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -149,9 +149,9 @@ jobs:
- job: ALPINE_MUSL - job: ALPINE_MUSL
pool: pool:
vmImage: 'ubuntu-16.04' vmImage: 'ubuntu-latest'
steps: steps:
- script | - script: |
wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \ wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \
&& echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1 && echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1
alpine() { /alpine/enter-chroot -u "$USER" "$@"; } alpine() { /alpine/enter-chroot -u "$USER" "$@"; }