We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heya, it looks like I'm getting a drone build fail because gcloud isn't recognizing my app.yml with new subnetwork config as below.
env:flex runtime: custom ... network: name: my-space-dev-net subnetwork_name: space
I'm thinking the fix would be to upgrade the gcloud + app engine SDKs.
Maybe 139.0.0 for gcloud since that's what I have, but I'm not sure about the App Engine SDK version – possibly 1.9.48?
ENV GOOGLE_CLOUD_SDK_VERSION=135.0.0 ENV GOOGLE_APP_ENGINE_SDK_VERSION=1.9.46
https://github.com/NYTimes/drone-gae/blob/master/Dockerfile#L3-L4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Heya, it looks like I'm getting a drone build fail because gcloud isn't recognizing my app.yml with new subnetwork config as below.
I'm thinking the fix would be to upgrade the gcloud + app engine SDKs.
Maybe 139.0.0 for gcloud since that's what I have, but I'm not sure about the App Engine SDK version – possibly 1.9.48?
https://github.com/NYTimes/drone-gae/blob/master/Dockerfile#L3-L4
The text was updated successfully, but these errors were encountered: