Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/org.eclipse.osee.client.releng/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/releng/org.eclipse.osee.client.releng/build.properties b/releng/org.eclipse.osee.client.releng/build.properties
index 3143b843e39..ed7a25a634f 100644
--- a/releng/org.eclipse.osee.client.releng/build.properties
+++ b/releng/org.eclipse.osee.client.releng/build.properties
@@ -77,7 +77,8 @@ pluginIDSToInstall=
#what steps should we do? default: build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup
#buildZips - creates update site, runtime, sdk, examples zip
-build.steps=buildUpdate,buildZips,buildTests,testLocal,publish
+build.steps=buildUpdate,buildZips,buildTests,publish
+#testLocal,publish
#,cleanup
#buildTests,test, packAllInOnes

Back to the top