Error deploying with latest version: 0.3.1
gcloud app deploy --version master.......
For the latest full release notes, please visit:https://cloud.google.com/sdk/release_notesDo you want to continue (Y/n)?ERROR: (gcloud.app.deploy) This prompt could not be answered because you are not in an interactive session. You can re-run the command with the --quiet flag to accept default answers for all prompts.✖ Deployment failed.
AlexanderZhukov
Support for passing Enviroment variables to app.yaml is also not working.
But i guess that is related to app engine deployment settings as they filter the app.yaml file.
https://github.com/golang/appengine/issues/202
Hi @Kristoffer_Klevenberg , have you tried enabling the debug mode by setting the DEBUG pipe variable to 'true' as the output you've provided is not enough to understand why gcloud prompts you for something and I also wasn't able to reproduce the issue so far. You can also pass --quiet option to the EXTRA_ARGS variable to disable prompts.
Hi @Kristoffer_Klevenberg ,
Thank you for your feedback!A new version of the pipe atlassian/google-app-engine-deploy:0.4.0 is released.
It runs a command with the --quiet flag by default.
Feel free to provide us any feedback on your experience with pipes.Also, we provide the Bitbucket Pipes page where you can discover and try other available pipes.
Cheers,Alex
It looks like you're new here. Sign in or register to get started.