Skip to content

Commit 34ce128

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Test/Functional/Acceptance/BackupDb24Cest.php

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

8989
// Running database dump command with invalid database label
9090
$I->runDockerComposeCommand('run build cloud-build');
91+
92+
// Restore app/etc after build phase
93+
$I->runDockerComposeCommand('run build bash -c "cp -r /app/init/app/etc /app/app"');
94+
9195
$I->runDockerComposeCommand('run deploy ece-command db-dump incorrectName');
9296
$I->seeInOutput(
9397
'CRITICAL: Incorrect the database names: [ incorrectName ].'

0 commit comments

Comments
 (0)