thii / aws-codebuild-extras

Add extra information of your AWS CodeBuild build via environment variables.
150 stars 115 forks source link

Extra environment variables not available to top-level build environment #6

Closed ericadams closed 5 years ago

ericadams commented 5 years ago

The current installation method of spawning a child shell with bash -c "$(curl -fsSL https://raw.githubusercontent.com/thii/aws-codebuild-extras/master/install)" does not work for making the extra env vars available to the main CodeBuild Container's environment.