Skip to content
New issue

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

Allow generate-pipeline to not fail even when using python3 #609

Closed
jamesls opened this issue Nov 16, 2017 · 0 comments
Closed

Allow generate-pipeline to not fail even when using python3 #609

jamesls opened this issue Nov 16, 2017 · 0 comments

Comments

@jamesls
Copy link
Member

jamesls commented Nov 16, 2017

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.

jamesls added a commit to jamesls/chalice that referenced this issue Nov 16, 2017
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.

Fixes aws#609.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant