You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use generate-pipeline when running on python3 you get:
$ chalice generate-pipeline foo
CodeBuild does not yet support python version 'python3.6'.
I'd like an option that still generates the pipeline provided you specify some codebuild image. For example, if you provide a --codebuild-image python:3.6.1 then we'd generate the template for you.
The text was updated successfully, but these errors were encountered:
If you're not using python2.7, you can still generate a
pipeline as long as you provide a codebuild image to use.
This allows pipeline generation in python3.
Fixesaws#609.
If you use
generate-pipeline
when running on python3 you get:I'd like an option that still generates the pipeline provided you specify some codebuild image. For example, if you provide a
--codebuild-image python:3.6.1
then we'd generate the template for you.The text was updated successfully, but these errors were encountered: