File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
tests/functional/Codeception Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " magento/ece-tools" ,
3
3
"description" : " Provides tools to build and deploy Magento 2 Enterprise Edition" ,
4
4
"type" : " magento2-component" ,
5
- "version" : " 2002.0.21 " ,
5
+ "version" : " 2002.1.0 " ,
6
6
"license" : " OSL-3.0" ,
7
7
"repositories" : {
8
8
"repo.magento.com" : {
Original file line number Diff line number Diff line change @@ -339,10 +339,14 @@ public function addEceComposerRepo(): bool
339
339
$ commands [] = $ this ->taskComposerRequire ('composer ' )
340
340
->dependency ($ extra ['name ' ], $ config ['require ' ][$ extra ['name ' ]])
341
341
->noInteraction ()
342
+ ->option ('--no-update ' )
342
343
->getCommand ();
343
344
}
344
345
}
345
346
347
+ $ commands [] = $ this ->taskComposerUpdate ('composer ' )
348
+ ->getCommand ();
349
+
346
350
$ result = $ this ->taskBash (self ::BUILD_CONTAINER )
347
351
->workingDir ((string )$ this ->_getConfig ('system_magento_dir ' ))
348
352
->printOutput ($ this ->_getConfig ('printOutput ' ))
You can’t perform that action at this time.
0 commit comments