drone: escape $ sign

master
pictuga 2021-12-14 15:12:22 +00:00
parent 7885ab48df
commit ff12dbea39
1 changed files with 4 additions and 4 deletions

View File

@ -81,10 +81,10 @@ steps:
- name: reload - name: reload
commands: commands:
- pid=$(sudo pidof 'gunicorn: master [morss]') - pid=$$(sudo pidof 'gunicorn: master [morss]')
- sudo kill -s USR2 $pid - sudo kill -s USR2 $$pid
- sudo kill -s WINCH $pid - sudo kill -s WINCH $$pid
- sudo kill -s TERM $pid - sudo kill -s TERM $$pid
trigger: trigger:
branch: branch: