Skip to content

Commit 4b598e4

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Test/Functional/Acceptance/SplitDbCest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ public function testSplitDb(CliTester $I, Example $data)
7171
$I->writeServicesYaml($services);
7272
$I->writeAppMagentoYaml($magentoApp);
7373

74+
// Restore app/etc after build phase
75+
$I->runDockerComposeCommand('run build bash -c "cp -r /app/init/app/etc /app/app"');
76+
7477
// Deploy 'Split Db' in an environment with prepared architecture. Case with upgrade
7578
$I->generateDockerCompose('--mode=production');
7679
foreach ($this->variationsDataPartWithSplitDbArch() as $variationData) {

0 commit comments

Comments
 (0)