Index: remoting/webapp/build-webapp.py |
diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py |
index 9ed59d87b2bb12f6a696923841891d57db4773ac..4f9e981f8c6ae7d19724ec81b95a493db26d0330 100755 |
--- a/remoting/webapp/build-webapp.py |
+++ b/remoting/webapp/build-webapp.py |
@@ -247,8 +247,6 @@ def buildWebApp(buildtype, version, destination, zip_path, |
if not is_prod_service_environment: |
raise Exception('Invalid service_environment targeted for ' |
+ buildtype + ': ' + service_environment) |
- if 'out/Release' not in destination and 'out\Release' not in destination: |
- raise Exception('Prod builds must be placed in the out/Release folder') |
joedow
2015/05/08 17:16:36
I think we can remove this check but we just need
|
if appid != None: |
raise Exception('Cannot pass in an appid for ' |
+ buildtype + ' builds: ' + service_environment) |