Loading releng/org.eclipse.sphinx.releng.builds/publish.sh +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ echo "Copying $localUpdateSiteArchiveLocation to $targetDownloadsLocation" mkdir -p $targetDownloadsLocation cp $localUpdateSiteArchiveLocation $targetDownloadsLocation if [ $MERGE_UPDATE_SITE != "false" ] && [ -f $targetUpdateSiteLocation/content.* ]; if [ -n $MERGE_UPDATE_SITE ] && [ -f $targetUpdateSiteLocation/content.* ]; then echo "------------------------------------------------------------------------" echo "Merging project update site into build update site" Loading Loading
releng/org.eclipse.sphinx.releng.builds/publish.sh +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ echo "Copying $localUpdateSiteArchiveLocation to $targetDownloadsLocation" mkdir -p $targetDownloadsLocation cp $localUpdateSiteArchiveLocation $targetDownloadsLocation if [ $MERGE_UPDATE_SITE != "false" ] && [ -f $targetUpdateSiteLocation/content.* ]; if [ -n $MERGE_UPDATE_SITE ] && [ -f $targetUpdateSiteLocation/content.* ]; then echo "------------------------------------------------------------------------" echo "Merging project update site into build update site" Loading