Skip to content

Commit

Permalink
MAGECLOUD-5081: Stabilize Travis CI tests (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftedreality authored Jan 22, 2020
1 parent aa67a25 commit 3a5d96d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/ece-tools",
"description": "Provides tools to build and deploy Magento 2 Enterprise Edition",
"type": "magento2-component",
"version": "2002.0.21",
"version": "2002.1.0",
"license": "OSL-3.0",
"repositories": {
"repo.magento.com": {
Expand Down
4 changes: 4 additions & 0 deletions tests/functional/Codeception/Docker.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,14 @@ public function addEceComposerRepo(): bool
$commands[] = $this->taskComposerRequire('composer')
->dependency($extra['name'], $config['require'][$extra['name']])
->noInteraction()
->option('--no-update')
->getCommand();
}
}

$commands[] = $this->taskComposerUpdate('composer')
->getCommand();

$result = $this->taskBash(self::BUILD_CONTAINER)
->workingDir((string)$this->_getConfig('system_magento_dir'))
->printOutput($this->_getConfig('printOutput'))
Expand Down

0 comments on commit 3a5d96d

Please sign in to comment.