add WaitFunction in operate
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user