fix consecutive deployment issue (#62)

* fix consecutive deployment issue

* fix styles
This commit is contained in:
Saeed Vaziry
2023-09-29 23:08:56 +02:00
committed by GitHub
parent 1e1204fe40
commit 38e23a1ceb
6 changed files with 27 additions and 38 deletions

View File

@ -16,9 +16,7 @@ public function test_generate_command()
echo 'VITO_SSH_ERROR' && exit 1
fi
if ! script; then
echo 'VITO_SSH_ERROR' && exit 1
fi
script
EOD;
$this->assertStringContainsString($expected, $command->content());