thii / aws-codebuild-extras

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

Fix installer: run in parent shell instead of child #5

Closed ericadams closed 5 years ago

ericadams commented 5 years ago

The current installation method of spawning a child shell with bash -c $(curl ...) does not work for making the extra env vars available to the main CodeBuild Container's environment.

This changeset:

ericadams commented 5 years ago

Note: this fixes issue #6

ericadams commented 5 years ago

would love your feedback on this @thii :-)