Index: build/build.sh =================================================================== diff -u -r6248a6762d8685e3e462d0a2993ee7460d513d3a -rc893d362f4707827d46400f5257a92933e280540 --- build/build.sh (.../build.sh) (revision 6248a6762d8685e3e462d0a2993ee7460d513d3a) +++ build/build.sh (.../build.sh) (revision c893d362f4707827d46400f5257a92933e280540) @@ -38,7 +38,7 @@ out_path="build" setBuildVariables ${buildSpecs[@]} REMOTE_DIR=$(getRemoteCopyAddress "DEN_UI") -STATUS_REPORT=$REMOTE_DIR/"StatusReport.csv" +STATUS_REPORT=$REMOTE_DIR/"Build_Status_Report.csv" REPORT=Report # Get the build variables @@ -48,11 +48,6 @@ export microVersion=${buildVariables[2]} export buildNumber=${buildVariables[3]} -echo "majot $majorVersion" -echo "minor $minorVersion" -echo "micro $microVersion" -echo "build $buildNumber" - # Call this function to check # if the repository has to be tagged or not tagUIRepository