fix: review comments

This commit is contained in:
Christy Jacob
2022-02-21 15:08:58 +04:00
parent 2f944e9abc
commit 5689353994
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class Executor
'baseImage' => $baseImage,
'entrypoint' => $entrypoint,
'workdir' => $workdir,
'network' => empty($network) ? App::getEnv('_APP_EXECUTOR_RUNTIME_NETWORK', 'openruntimes') : $network,
'network' => empty($network) ? App::getEnv('_APP_EXECUTOR_RUNTIME_NETWORK', 'appwrite_runtimes') : $network,
'vars' => $vars,
'remove' => $remove,
'commands' => $commands