make command not block.
This commit is contained in:
parent
6c5c94f703
commit
7086b9f676
@ -53,7 +53,7 @@ jobs:
|
|||||||
/root/Server/HttpServer --exit
|
/root/Server/HttpServer --exit
|
||||||
sleep 1
|
sleep 1
|
||||||
cp /tmp/HttpServer /root/Server/HttpServer
|
cp /tmp/HttpServer /root/Server/HttpServer
|
||||||
nohup /root/Server/HttpServer &
|
nohup /root/Server/HttpServer > /dev/null 2>&1 &
|
||||||
exit 0
|
exit 0
|
||||||
- name: Notify-End
|
- name: Notify-End
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
Loading…
Reference in New Issue
Block a user