File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ microservices:
44 dockerfile : ' ./DockerfileOldImage'
55 # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
66 # image when promoteImage configure false
7- promoteImage : false
7+ promoteImage : true
88 # specifies whether run register pipeline components for the image when promote image. Default always run register
99 # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
10- registerPipelineComponentsWhenPromote : false
10+ registerPipelineComponentsWhenPromote : true
1111 argumentsFromFiles :
1212 BRICKS_VERSION : ' VERSION'
1313 lcm-bricks-nextversion :
1414 docker :
1515 dockerfile : ' ./Dockerfile'
1616 # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
1717 # image when promoteImage configure false
18- promoteImage : true
18+ promoteImage : false
1919 # specifies whether run register pipeline components for the image when promote image. Default always run register
2020 # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
2121 registerPipelineComponentsWhenPromote : false
Original file line number Diff line number Diff line change 1- 3.7.100
1+ 3.7.101
You can’t perform that action at this time.
0 commit comments