add WaitFunction in operate

This commit is contained in:
root
2021-08-17 11:51:17 +00:00
parent 729e1e1176
commit f2ee21b683
13 changed files with 340 additions and 138 deletions
+5
View File
@@ -1,4 +1,5 @@
<?php
// https://devcenter.heroku.com/articles/platform-api-reference#build-create
function getpath()
{
@@ -339,3 +340,7 @@ function setConfigResponse($response)
{
return json_decode( $response['body'], true );
}
function WaitFunction() {
return true;
}