update release script.
This commit is contained in:
parent
15fe1d5258
commit
b102155ed7
1
release
1
release
|
|
@ -41,6 +41,7 @@ class TestingReleaser extends Command {
|
||||||
*/
|
*/
|
||||||
public function execute(InputInterface $input, OutputInterface $output)
|
public function execute(InputInterface $input, OutputInterface $output)
|
||||||
{
|
{
|
||||||
|
passthru('git checkout testing');
|
||||||
passthru('git merge develop');
|
passthru('git merge develop');
|
||||||
File::rmdir(__DIR__.'/tests');
|
File::rmdir(__DIR__.'/tests');
|
||||||
@unlink(__DIR__.'/phpunit.php');
|
@unlink(__DIR__.'/phpunit.php');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue