We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3f34238 commit e6ddfb0Copy full SHA for e6ddfb0
tasks/e2e-kitchensink.sh
@@ -22,7 +22,7 @@ temp_module_path=`mktemp -d 2>/dev/null || mktemp -d -t 'temp_module_path'`
22
23
function cleanup {
24
echo 'Cleaning up.'
25
- ps -ef | grep 'react-scripts' | grep -v grep | awk '{print $2}' | xargs kill -s 9
+ ps -ef | grep 'react-scripts' | grep -v grep | awk '{print $2}' | xargs kill -9
26
cd "$root_path"
27
# TODO: fix "Device or resource busy" and remove ``|| $CI`
28
rm -rf "$temp_cli_path" "$temp_app_path" "$temp_module_path" || $CI
0 commit comments