Index: build/build.sh =================================================================== diff -u -r3be0002202bdb48c534df04712a5a135c544f1fe -reab1501082759cb6b47ce3648281222f7d8f2a46 --- build/build.sh (.../build.sh) (revision 3be0002202bdb48c534df04712a5a135c544f1fe) +++ build/build.sh (.../build.sh) (revision eab1501082759cb6b47ce3648281222f7d8f2a46) @@ -348,6 +348,13 @@ # Leave the sub workspace cd .. +if [[ ! -d "reportscripts" ]] +then + rm -rf "reportscripts" +fi + +git clone ssh://git@dvm-linux02:7999/bl/reportscripts.git + # If this is a build only build, it is informal and it does not need code review report if [[ ${buildSpecs[$BUILD_ONLY_FLAG_INDEX]} == false ]] then