aws-codebuild-run-build icon indicating copy to clipboard operation
aws-codebuild-run-build copied to clipboard

Support for batch / build-matrix?

Open irbrad opened this issue 3 years ago • 1 comments

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?

irbrad avatar Sep 20 '22 21:09 irbrad

#59 might actually be what I'm looking for.

irbrad avatar Sep 20 '22 21:09 irbrad