Commit 4f36f56
authored
Do not add 'development' in generated pipeline configuration (#3824)
## Changes
Do not add 'development' in the generated pipeline configuration
## Why
This field is specific to the mode in which the pipeline is running and
can be irrelevant for the generated config.
Otherwise it is possible to run into the issues like
```
Error: target with 'mode: production' cannot include a pipeline with 'development: true'
```
## Tests
Exisiting acceptance test pass
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->1 parent 39f97a5 commit 4f36f56
File tree
2 files changed
+3
-1
lines changed- acceptance/bundle/generate/pipeline
- bundle/generate
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
0 commit comments