mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
fix consecutive deployment issue (#62)
* fix consecutive deployment issue * fix styles
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user