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

Commit

Permalink
Remove process filters
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 19, 2018
1 parent 53a2d5f commit ce1e4bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ install_dependencies() {
fi

if nvm install $NODE_VERSION
then
then
NODE_VERSION=$(nvm current)
# no echo needed because nvm does that for us
export NODE_VERSION=$NODE_VERSION
Expand Down Expand Up @@ -276,7 +276,7 @@ install_dependencies() {
exit 1
fi
fi

if ! gem list -i "^bundler$" > /dev/null 2>&1
then
if ! gem install bundler
Expand Down 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 "/usr/local/bin/buildbot" | grep -v [d]efunct | grep -v "[build]"
ps aux | grep -v [p]s | grep -v [g]rep | grep -v [b]ash
}

report_lingering_procs() {
Expand Down

0 comments on commit ce1e4bf

Please sign in to comment.