mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
fix: remove builds
This commit is contained in:
parent
90ab94fe5e
commit
27a5bd70bc
1 changed files with 1 additions and 1 deletions
|
|
@ -671,7 +671,7 @@ class Builds extends Action
|
|||
cpus: $cpus,
|
||||
memory: $memory,
|
||||
timeout: $timeout,
|
||||
remove: false,
|
||||
remove: true,
|
||||
entrypoint: $deployment->getAttribute('entrypoint', ''),
|
||||
destination: APP_STORAGE_BUILDS . "/app-{$project->getId()}",
|
||||
variables: $vars,
|
||||
|
|
|
|||
Loading…
Reference in a new issue