mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 09:19:10 +00:00
Use -F instead of cat
This commit is contained in:
parent
aa4520345b
commit
61d40c04a2
@ -12,7 +12,7 @@ before_script:
|
||||
script: ./build.sh 8.1
|
||||
|
||||
after_script:
|
||||
- pkill -9 `cat packager.pid`
|
||||
- pkill -9 -F packager.pid
|
||||
- cat packager.log
|
||||
- rm packager.log
|
||||
- rm packager.pid
|
||||
|
Loading…
x
Reference in New Issue
Block a user