Skip to content

Commit

Permalink
Fix CI issue on windows (#7385)
Browse files Browse the repository at this point in the history
* Attempt at fixing CI issue on windows

* Try to debug why verdaccio isn't in the ps output

* Just remove the kill call alltogether
  • Loading branch information
heyimalex authored and iansu committed Jul 18, 2019
1 parent 100e12d commit 45e0703
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/local-registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ function stopLocalRegistry {
# Restore the original NPM and Yarn registry URLs and stop Verdaccio
npm set registry "$original_npm_registry_url"
yarn config set registry "$original_yarn_registry_url"

# Kill Verdaccio process
ps -ef | grep 'verdaccio' | grep -v grep | awk '{print $2}' | xargs kill -9
}

function publishToLocalRegistry {
Expand Down

0 comments on commit 45e0703

Please sign in to comment.