1
0
Fork 0
mirror of synced 2024-06-19 03:04:53 +12:00

feat: updated test functions and bumped appwrite runtimes version

This commit is contained in:
Christy Jacob 2022-02-19 15:11:34 +04:00
parent 4d16072972
commit c94913d3f2

View file

@ -41,9 +41,10 @@ use Utopia\Validator\Text;
// Decide on logic for build and runtime containers names ( runtime-ID and build-ID) - done
// Add size validators for the runtime IDs - done
// Fix logging - done
// Incorporate Matej's changes in the build stage ( moving of the tar file will be performed by the runtime and not the build stage ) - done
// Fix delete endpoint
// Incorporate Matej's changes in the build stage ( moving of the tar file will be performed by the runtime and not the build stage )
Runtime::enableCoroutine(true, SWOOLE_HOOK_ALL);