forked from Mirror/pmbootstrap
CI: Add multipath-tools dependency (MR 2450)
Provides kpartx.
This commit is contained in:
parent
3c47a52f91
commit
e8e146c68a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ integration:
|
||||||
before_script:
|
before_script:
|
||||||
- *global_before_scripts
|
- *global_before_scripts
|
||||||
- apk upgrade -U
|
- apk upgrade -U
|
||||||
- apk add doas git losetup python3 openssl
|
- apk add doas git losetup multipath-tools python3 openssl
|
||||||
- echo "permit nopass build" > /etc/doas.d/ci-user.conf
|
- echo "permit nopass build" > /etc/doas.d/ci-user.conf
|
||||||
script:
|
script:
|
||||||
- ".ci/integration.sh"
|
- ".ci/integration.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue