From c94913d3f2a03589af45a20860bfb198b9905693 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 19 Feb 2022 15:11:34 +0400 Subject: [PATCH] feat: updated test functions and bumped appwrite runtimes version --- app/executor.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/executor.php b/app/executor.php index 9e3a11784..e6e09216d 100644 --- a/app/executor.php +++ b/app/executor.php @@ -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);