find out/target/product/$codename-maxdepth 1 -name"e-*-$currentdate-*.zip*"-type f -exec sh /root/fix_build_date.sh {}$currentdate$builddate\; &>>"$DEBUG_LOG"
find out/target/product/$codename-maxdepth 1 -name"e-*-$currentdate-*.zip*"-type f -exec sh /root/fix_build_date.sh {}$currentdate$builddate\; &>>"$DEBUG_LOG"
@@ -320,6 +383,9 @@ for branch in ${BRANCH_NAME//,/ }; do
find .-maxdepth 1 -name'e-*.zip*'-type f -execmv{}"$ZIP_DIR/$zipsubdir/"\; &>>"$DEBUG_LOG"
find .-maxdepth 1 -name'e-*.zip*'-type f -execmv{}"$ZIP_DIR/$zipsubdir/"\; &>>"$DEBUG_LOG"
cd"$source_dir"
cd"$source_dir"
build_successful=true
build_successful=true
else
echo">> [$(date)] Unable to find $TARGET_FILES" | tee-a"$DEBUG_LOG"
fi
else
else
echo">> [$(date)] Failed build for $codename" | tee-a"$DEBUG_LOG"
echo">> [$(date)] Failed build for $codename" | tee-a"$DEBUG_LOG"
fi
fi
@@ -327,16 +393,16 @@ for branch in ${BRANCH_NAME//,/ }; do