1
0
Fork 0

ci: fix parameters

master
dump_stack() 2023-05-16 16:54:12 +00:00
parent 7e87567070
commit f2d0035c0e
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ jobs:
echo 'Type=oneshot' >> test.service
echo 'WorkingDirectory=/home/user' >> test.service
echo 'TimeoutStopSec=1' >> test.service
echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --distro=${{ matrix.os.distro }} --ver=${{ matrix.os.release }}' >> test.service
echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --max=1' >> test.service
echo 'ExecStart=/usr/local/bin/out-of-tree pew' >> test.service
scp test.service root@$IP:/etc/systemd/system/test.service