1
0
Fork 0

ci: disable selinux to allow to run from unit

timestamps
dump_stack() 2023-05-24 15:35:50 +00:00
parent 7b9935dc13
commit ceaacade0b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ jobs:
ssh root@$IP systemctl daemon-reload
ssh root@$IP setenforce 0
ssh root@$IP systemctl start test --no-block
while ! ssh root@$IP systemctl show test -p SubState --value | grep -E '(failed|exited)'