Commit 1688339
committed
Fix CodeBuild privilege override with target parameters
**Why?**
At the moment, if you would set privilege to `True` on the default deploy
provider properties and try to override those to `False` in a specific target,
it will still have privilege enabled.
**What?**
Updated the logic to only override if it was not specified, not when it is
`False`.1 parent 2568d32 commit 1688339
1 file changed
Lines changed: 4 additions & 4 deletions
File tree
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments