prototipando / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
1 stars 0 forks source link

Error Response: [400] "env" setting is not supported for this deployment. #586

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud preview app deploy].

What steps will reproduce the problem?

What is the expected output? What do you see instead?

Please provide any additional information below.

Installation information:

Google Cloud SDK [98.0.0]

Platform: [Mac OS X, x86_64]
Python Version: [2.7.10 (default, Jul 14 2015, 19:46:27)  [GCC 4.2.1 Compatible 
Apple LLVM 6.0 (clang-600.0.39)]]
Python Location: [/usr/bin/python]
Site Packages: [Disabled]

Installation Root: [/Users/femina/Documents/Officials/Femina Backup/Femina 
Job/SolestruckClientMVC/Femina/google-cloud-sdk]
Installed Components:
  core: [2016.02.22]
  app-engine-python: [1.9.32]
  core-nix: [2016.02.05]
  gcloud: []
  gsutil-nix: [4.15]
  gsutil: [4.16]
  bq: [2.0.18]
  bq-nix: [2.0.18]
System PATH: [/Users/femina/Documents/Officials/Femina Backup/Femina 
Job/SolestruckClientMVC/Femina/google-cloud-sdk/bin:/usr/local/bin:/usr/bin:/bin
:/usr/sbin:/sbin:/usr/local/git/bin]
Cloud SDK on PATH: [True]

Installation Properties: [/Users/femina/Documents/Officials/Femina 
Backup/Femina Job/SolestruckClientMVC/Femina/google-cloud-sdk/properties]
User Config Directory: [/Users/femina/.config/gcloud]
User Properties: [/Users/femina/.config/gcloud/properties]
Current Workspace: [None]
Workspace Config Directory: [None]
Workspace Properties: [None]

Account: [femina.ernest@a-cti.com]
Project: [testing-solestruck-universe]

Current Properties:
  [core]
    project: [testing-solestruck-universe]
    account: [femina.ernest@a-cti.com]
    disable_usage_reporting: [False]
[output truncated]

Original issue reported on code.google.com by femina.e...@a-cti.com on 25 Feb 2016 at 2:51

GoogleCodeExporter commented 8 years ago
Do you mind sharing the contents of your app.yaml file (after removing any 
potential identifying information)?

Original comment by z...@google.com on 25 Feb 2016 at 3:18

GoogleCodeExporter commented 8 years ago
# [START runtime]
runtime: custom
vm: true
# [END runtime]

# Temporary setting to keep gcloud from uploading node_modules
skip_files:
 - ^node_modules$

Original comment by femina.e...@a-cti.com on 25 Feb 2016 at 4:01