We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e0f0e commit bda3dbeCopy full SHA for bda3dbe
.travis.yml
@@ -85,7 +85,7 @@ jobs:
85
sudo: true
86
language: minimal
87
before_install:
88
- - "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' \
89
&& echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1"
90
- alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
91
install:
0 commit comments