ci: typo
This commit is contained in:
parent
968c4d7363
commit
b8d0319097
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
|||||||
echo 'StandardError=append:/var/log/test.log' >> test.service
|
echo 'StandardError=append:/var/log/test.log' >> test.service
|
||||||
echo 'StandardOutput=append:/var/log/test.log' >> test.service
|
echo 'StandardOutput=append:/var/log/test.log' >> test.service
|
||||||
echo 'Type=oneshot' >> test.service
|
echo 'Type=oneshot' >> test.service
|
||||||
echo 'WorkingDirectory=/root >> test.service
|
echo 'WorkingDirectory=/root' >> test.service
|
||||||
echo 'TimeoutStopSec=1' >> test.service
|
echo 'TimeoutStopSec=1' >> test.service
|
||||||
echo 'Environment=XDG_RUNTIME_DIR=/home/user' >> test.service
|
echo 'Environment=XDG_RUNTIME_DIR=/home/user' >> test.service
|
||||||
echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --max=1' >> test.service
|
echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --max=1' >> test.service
|
||||||
|
Loading…
Reference in New Issue
Block a user