refresh tag repo automatically
parent
37a4bdd25d
commit
c26cc7ac93
|
@ -28,6 +28,7 @@ $shellArgs = array_map(function($tag){
|
|||
}, $tags);
|
||||
system("rm -rf out");
|
||||
system("git reset --hard");
|
||||
system("git reset pull");
|
||||
system("./make.sh " . implode(" ", $shellArgs));
|
||||
|
||||
chdir("out");
|
||||
|
|
Loading…
Reference in New Issue