mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
Fix mount tests "backup_binds_are_readonly"
This commit is contained in:
parent
ae084f6e82
commit
f3dbe54df9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ start_container () {
|
|||
fi
|
||||
|
||||
lxc launch "$BASE_IMAGE-$SNAPSHOT_NAME" "$CONTAINER_ID" 2>/dev/null
|
||||
lxc config set "$CONTAINER_ID" security.nesting true
|
||||
|
||||
mkdir -p $current_dir/cache
|
||||
chmod 777 $current_dir/cache
|
||||
|
|
Loading…
Reference in a new issue