fixing release script.
This commit is contained in:
2
release
2
release
@@ -85,6 +85,8 @@ class DevelopHotfixer extends Command {
|
|||||||
File::rmdir(__DIR__.'/tests_bkp');
|
File::rmdir(__DIR__.'/tests_bkp');
|
||||||
@unlink(__DIR__.'/phpunit_bkp.php');
|
@unlink(__DIR__.'/phpunit_bkp.php');
|
||||||
@unlink(__DIR__.'/phpunit_bkp.xml');
|
@unlink(__DIR__.'/phpunit_bkp.xml');
|
||||||
|
passthru('git add .');
|
||||||
|
passthru('git commit -am "<auto> merging hotfixes. re-added tests into repository."');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user