1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Merge pull request #1310 from appwrite/fix-removed-duplicated-cli-command

Removed duplicated cli command
This commit is contained in:
Eldad A. Fux 2021-06-22 14:51:34 +03:00 committed by GitHub
commit 6773816909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,9 +71,6 @@ Console::success('Finished warmup in '.$warmupTime.' seconds');
$stdout = '';
$stderr = '';
$exitCode = Console::execute('docker ps --all --format "name={{.Names}}&status={{.Status}}&labels={{.Labels}}" --filter label=appwrite-type=function'
, '', $stdout, $stderr, 30);
$executionStart = \microtime(true);
$exitCode = Console::execute('docker ps --all --format "name={{.Names}}&status={{.Status}}&labels={{.Labels}}" --filter label=appwrite-type=function'