mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Fix tests
This commit is contained in:
parent
f0ad3dccad
commit
d0dc58ec70
@ -19,7 +19,9 @@ set('branch', function () {
|
||||
$branch = null;
|
||||
}
|
||||
|
||||
echo $branch;
|
||||
if ($branch === 'HEAD') {
|
||||
$branch = null; // Travis-CI fix
|
||||
}
|
||||
|
||||
if (input()->hasOption('branch') && !empty(input()->getOption('branch'))) {
|
||||
$branch = input()->getOption('branch');
|
||||
|
Loading…
x
Reference in New Issue
Block a user