appengine-pipelines
appengine-pipelines copied to clipboard
Python: Bad target when running in development environments
Deployment of App Engine resources dictates that a version is no longer specified in app.yaml. As a consequence of this, attempts to get the current version via os.environ["CURRENT_VERSION_ID"] return "None.
The solution is to conditionally use the version in the task target.