ci: disable selinux to allow to run from unit
This commit is contained in:
parent
7b9935dc13
commit
ceaacade0b
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -123,6 +123,8 @@ jobs:
|
|||||||
|
|
||||||
ssh root@$IP systemctl daemon-reload
|
ssh root@$IP systemctl daemon-reload
|
||||||
|
|
||||||
|
ssh root@$IP setenforce 0
|
||||||
|
|
||||||
ssh root@$IP systemctl start test --no-block
|
ssh root@$IP systemctl start test --no-block
|
||||||
|
|
||||||
while ! ssh root@$IP systemctl show test -p SubState --value | grep -E '(failed|exited)'
|
while ! ssh root@$IP systemctl show test -p SubState --value | grep -E '(failed|exited)'
|
||||||
|
Loading…
Reference in New Issue
Block a user