Skip to content

Commit b9a2e9d

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Test/Functional/Acceptance/BackupDbCest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ private function partRunDbDumpWithoutSplitDbArch(CliTester $I)
8585

8686
// Running database dump command with invalid database label
8787
$I->runDockerComposeCommand('run build cloud-build');
88+
89+
// Restore app/etc after build phase
90+
$I->runDockerComposeCommand('run build bash -c "cp -r /app/init/app/etc /app/app"');
91+
8892
$I->runDockerComposeCommand('run deploy ece-command db-dump incorrectName');
8993
$I->seeInOutput(
9094
'CRITICAL: Incorrect the database names: [ incorrectName ].'

0 commit comments

Comments
 (0)