mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Filter the 'Remapping container filesystem' because that creates a funky stuff in the CI display
This commit is contained in:
parent
5623faa7b8
commit
242564db77
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
LXC_CREATE () {
|
LXC_CREATE () {
|
||||||
lxc launch yunohost:$LXC_BASE $LXC_NAME || clean_exit 1
|
lxc launch yunohost:$LXC_BASE $LXC_NAME | grep -v -E "^\s*Remapping container filesystem\s*$" || clean_exit 1
|
||||||
lxc config set "$LXC_NAME" security.nesting true
|
lxc config set "$LXC_NAME" security.nesting true
|
||||||
_LXC_START_AND_WAIT $LXC_NAME
|
_LXC_START_AND_WAIT $LXC_NAME
|
||||||
set_witness_files
|
set_witness_files
|
||||||
|
|
Loading…
Add table
Reference in a new issue