aws-codebuild-run-build
aws-codebuild-run-build copied to clipboard
Support for batch / build-matrix?
I'm running into an issue where I'm trying to set environment variables inside of the buildspec.yml but the variables are never set during install/build steps of the CodeBuild process. The buildspec.yml has the following in it:
batch:
build-matrix:
dynamic:
env:
variables:
<<snip>>
Is this something that isn't supported?
#59 might actually be what I'm looking for.