diff --git a/releng/org.eclipse.sphinx.releng.builds/publish.sh b/releng/org.eclipse.sphinx.releng.builds/publish.sh index 48d6125cae50447e4d32740dbcb0879e8c65d496..eef090b1eb9b20a573833f3b6ecf8eacbcb10698 100644 --- a/releng/org.eclipse.sphinx.releng.builds/publish.sh +++ b/releng/org.eclipse.sphinx.releng.builds/publish.sh @@ -197,16 +197,7 @@ echo "Copying $localUpdateSiteArchiveLocation to $targetDownloadsLocation" mkdir -p $targetDownloadsLocation cp $localUpdateSiteArchiveLocation $targetDownloadsLocation -if [ "$MERGE_UPDATE_SITE" != "false" ] - then - echo "MERGE_UPDATE_SITE <> false" -fi -if [ -f "$targetUpdateSiteLocation/content.*" ]; - then - echo "f targetUpdateSiteLocation/content.*" -fi - -if [ "$MERGE_UPDATE_SITE" != "false" ] && [ -f "$targetUpdateSiteLocation/content.*" ]; +if [ "$MERGE_UPDATE_SITE" != "false" ] && [ -f "$targetUpdateSiteLocation/content.jar" ]; then echo "------------------------------------------------------------------------" echo "Merging project update site into build update site"