Skip to content

Commit 16bcfd9

Browse files
committed
Stopping processes before cleaning
1 parent 26932f2 commit 16bcfd9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

devops/install/clean.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ useColor=true
1111
doDebug=false
1212
lineWidth=70
1313

14+
bash ../utils/stop_all.sh
15+
16+
1417
# List of modules we'll look after =======================++====================
1518

1619
dotNetModules=( "ObjectDetectionYOLOv5Net" )
@@ -369,11 +372,6 @@ if [ "$cleanBuild" = true ]; then
369372
rm "${rootDir}/src/demos/modules/${dirName}/${dirName}-*"
370373
done
371374

372-
cleanSubDirs "${rootDir}/Installers/Windows" "bin/Debug/"
373-
cleanSubDirs "${rootDir}/Installers/Windows" "bin/Release/"
374-
cleanSubDirs "${rootDir}/Installers/Windows" "obj/Debug/"
375-
cleanSubDirs "${rootDir}/Installers/Windows" "obj/Release/"
376-
377375
removeDir "${rootDir}/utils/ParseJSON/bin"
378376
removeDir "${rootDir}/utils/ParseJSON/obj"
379377
rm "${rootDir}/utils/ParseJSON/ParseJSON.deps.json"

0 commit comments

Comments
 (0)