Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gdc-ii-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ microservices:
dockerfile: './DockerfileOldImage'
# specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
# image when promoteImage configure false
promoteImage: true
promoteImage: false
# specifies whether run register pipeline components for the image when promote image. Default always run register
# pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
registerPipelineComponentsWhenPromote: true
registerPipelineComponentsWhenPromote: false
argumentsFromFiles:
BRICKS_VERSION: 'VERSION'
lcm-bricks-nextversion:
docker:
dockerfile: './Dockerfile'
# specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
# image when promoteImage configure false
promoteImage: false
promoteImage: true
# specifies whether run register pipeline components for the image when promote image. Default always run register
# pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
registerPipelineComponentsWhenPromote: false
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.92
3.7.93