Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #218 from netlify/fix-notifier
Browse files Browse the repository at this point in the history
Only filter builedbot path in ps list
  • Loading branch information
bcomnes committed Nov 16, 2018
2 parents b824b94 + 68e788f commit 2ec7058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-build-functions.sh
Expand Up @@ -625,7 +625,7 @@ set_go_import_path() {
}

find_running_procs() {
ps aux | grep -v [p]s | grep -v [g]rep | grep -v [b]ash | grep -v [b]uildbot
ps aux | grep -v [p]s | grep -v [g]rep | grep -v [b]ash | grep -v "/usr/local/bin/buildbot"
}

report_lingering_procs() {
Expand Down

0 comments on commit 2ec7058

Please sign in to comment.