Skip to content

Commit

Permalink
Expose build_config to builder.json scripts (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdenCullen authored Nov 8, 2019
1 parent c1e62c8 commit f5da2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codebuild/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ def _test_project_ctest():
command_variables = {
'source_dir': project_source_dir,
'build_dir': project_build_dir,
'build_config': build_config,
**config,
**config['variables'],
}
Expand Down

0 comments on commit f5da2a7

Please sign in to comment.