AWS CodeBuild Buildspec: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page AWS CodeBuild Build Specification to AWS CodeBuild Buildspec) |
|
(No difference)
|
Revision as of 20:49, 14 March 2019
External
Internal
Overview
Structure
version
env
variables
This section sets environment variables that will propagate to the container that performs the build:
env:
variables:
MY_VARIABLE: 'some value'