diff --git a/.gdc-ii-config.yaml b/.gdc-ii-config.yaml index 438cb7b1c..b3831b6ef 100644 --- a/.gdc-ii-config.yaml +++ b/.gdc-ii-config.yaml @@ -4,10 +4,10 @@ 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: @@ -15,7 +15,7 @@ microservices: 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 diff --git a/VERSION b/VERSION index 5ca675a12..7ccfe50b5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.94 +3.7.95