We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8635ec commit cc84954Copy full SHA for cc84954
src/local/butler/deploy.py
@@ -303,6 +303,8 @@ def _prod_deployment_helper(config_dir,
303
304
def execute(args):
305
"""Deploy Clusterfuzz to Appengine."""
306
+ # TODO(ochang): Remove once python3 deployment is fixed.
307
+ os.environ['CLOUDSDK_PYTHON'] = 'python2'
308
os.environ['ROOT_DIR'] = '.'
309
310
if not os.path.exists(args.config_dir):
0 commit comments