Skip to content

Commit 3a5d96d

Browse files
MAGECLOUD-5081: Stabilize Travis CI tests (magento#668)
1 parent aa67a25 commit 3a5d96d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/ece-tools",
33
"description": "Provides tools to build and deploy Magento 2 Enterprise Edition",
44
"type": "magento2-component",
5-
"version": "2002.0.21",
5+
"version": "2002.1.0",
66
"license": "OSL-3.0",
77
"repositories": {
88
"repo.magento.com": {

tests/functional/Codeception/Docker.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,14 @@ public function addEceComposerRepo(): bool
339339
$commands[] = $this->taskComposerRequire('composer')
340340
->dependency($extra['name'], $config['require'][$extra['name']])
341341
->noInteraction()
342+
->option('--no-update')
342343
->getCommand();
343344
}
344345
}
345346

347+
$commands[] = $this->taskComposerUpdate('composer')
348+
->getCommand();
349+
346350
$result = $this->taskBash(self::BUILD_CONTAINER)
347351
->workingDir((string)$this->_getConfig('system_magento_dir'))
348352
->printOutput($this->_getConfig('printOutput'))

0 commit comments

Comments
 (0)