mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-30 04:39:12 +01:00
Fix
This commit is contained in:
parent
acf4cb7004
commit
a2028bea5f
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
composer update
|
||||||
|
|
||||||
standalone=$PWD/bugs/wrap_madeline.php
|
standalone=$PWD/bugs/wrap_madeline.php
|
||||||
|
|
||||||
refactor=$PWD/refactor.php
|
refactor=$PWD/refactor.php
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
composer update
|
||||||
|
|
||||||
wrap=$PWD/bugs/wrap.php
|
wrap=$PWD/bugs/wrap.php
|
||||||
standalone=$PWD/bugs/infection.php
|
standalone=$PWD/bugs/infection.php
|
||||||
refactor=$PWD/refactor.php
|
refactor=$PWD/refactor.php
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
composer update
|
||||||
|
|
||||||
standalone=$PWD/bugs/wrap.php
|
standalone=$PWD/bugs/wrap.php
|
||||||
refactor=$PWD/refactor.php
|
refactor=$PWD/refactor.php
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user