mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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,
|
cpus: $cpus,
|
||||||
memory: $memory,
|
memory: $memory,
|
||||||
timeout: $timeout,
|
timeout: $timeout,
|
||||||
remove: false,
|
remove: true,
|
||||||
entrypoint: $deployment->getAttribute('entrypoint', ''),
|
entrypoint: $deployment->getAttribute('entrypoint', ''),
|
||||||
destination: APP_STORAGE_BUILDS . "/app-{$project->getId()}",
|
destination: APP_STORAGE_BUILDS . "/app-{$project->getId()}",
|
||||||
variables: $vars,
|
variables: $vars,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue