Skip to content

Commit 8637321

Browse files
Merge pull request #2037 from gooddata/GRIF-177
config: Prepare for the next LCM bricks release
2 parents dc5a679 + 0841f76 commit 8637321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gdc-ii-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: true
7+
promoteImage: false
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: true
10+
registerPipelineComponentsWhenPromote: false
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: false
18+
promoteImage: true
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

0 commit comments

Comments
 (0)