Explorar el Código

Zip compress the editor data artifact

Josh Engebretson hace 10 años
padre
commit
b8d1be3e38
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      Build/CIScripts/GenEditorData.js

+ 0 - 3
Build/CIScripts/GenEditorData.js

@@ -177,7 +177,6 @@ namespace('build', function() {
 
     complete();
 
-    /*
     process.chdir(buildDir);
 
     var cmds = ["zip -r -X ./EditorData.zip ./"];
@@ -189,8 +188,6 @@ namespace('build', function() {
         printStdout: true
       });
 
-    */
-
   });
 
 }); // end of build namespace