1 changed file
buildspec.yml | ||
Add comment 19 #
Add comment 20 # https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html
Add comment 21
Add comment 22 Plus # Operating System should be set to Ubuntu, not Amazon Linux 2
Add comment 23 Plus # - this is both recommended since programming language runtimes are now included in standard image of ubuntu, but also to avoid this error:
Add comment 24 Plus #
Add comment 25 Plus # /usr/bin/amazon-linux-extras
Add comment 26 Plus # /root/.pyenv/versions/3.8.3/bin/python: No module named amazon_linux_extras
Add comment 22 27
Add comment 23 28 version: 0.2
Add comment 24 29