Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: CodeBuild build errors when branch is not 'master' (#10868)
The problem is that the shell conditional added returns a non-zero exit code when the branch is not 'master'. Switch strategies so that the environment variable comparison is actually done at deploy time and sets a final environment variable. Corresponding change: https://github.com/aws/cdk-ops/pull/758 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information