Skip to content

Commit 20ee0f5

Browse files
committed
MCLOUD-8958: Deployment warning about non empty directory
1 parent 4b598e4 commit 20ee0f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Test/Functional/Acceptance/SplitDbWizardCest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public function testSplitDbWizard(CliTester $I, Example $data)
5959
$appMagento['relationships']['database-sales'] = 'mysql-sales:mysql';
6060
$I->writeServicesYaml($services);
6161
$I->writeAppMagentoYaml($appMagento);
62+
// Restore app/etc after build phase
63+
$I->runDockerComposeCommand('run build bash -c "cp -r /app/init/app/etc /app/app"');
6264
$I->generateDockerCompose('--mode=production');
6365

6466
foreach ($this->variationsData() as $variationData) {

0 commit comments

Comments
 (0)