Skip to content

Commit 45e0703

Browse files
heyimalexiansu
authored andcommittedJul 18, 2019
Fix CI issue on windows (#7385)
* Attempt at fixing CI issue on windows * Try to debug why verdaccio isn't in the ps output * Just remove the kill call alltogether
1 parent 100e12d commit 45e0703

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎tasks/local-registry.sh

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ function stopLocalRegistry {
2525
# Restore the original NPM and Yarn registry URLs and stop Verdaccio
2626
npm set registry "$original_npm_registry_url"
2727
yarn config set registry "$original_yarn_registry_url"
28-
29-
# Kill Verdaccio process
30-
ps -ef | grep 'verdaccio' | grep -v grep | awk '{print $2}' | xargs kill -9
3128
}
3229

3330
function publishToLocalRegistry {

0 commit comments

Comments
 (0)