mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
formatting fix
This commit is contained in:
parent
2a9f9f6851
commit
aebbe91c34
2 changed files with 2 additions and 2 deletions
|
|
@ -932,7 +932,7 @@ class Builds extends Action
|
||||||
if ($isVcsEnabled) {
|
if ($isVcsEnabled) {
|
||||||
$this->runGitAction('ready', $github, $providerCommitHash, $owner, $repositoryName, $project, $resource, $deployment->getId(), $dbForProject, $dbForPlatform, $queueForRealtime, $platform);
|
$this->runGitAction('ready', $github, $providerCommitHash, $owner, $repositoryName, $project, $resource, $deployment->getId(), $dbForProject, $dbForPlatform, $queueForRealtime, $platform);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Screenshot site */
|
/** Screenshot site */
|
||||||
if ($resource->getCollection() === 'sites') {
|
if ($resource->getCollection() === 'sites') {
|
||||||
$queueForScreenshots
|
$queueForScreenshots
|
||||||
|
|
|
||||||
|
|
@ -258,7 +258,7 @@ class Screenshots extends Action
|
||||||
|
|
||||||
$date = \date('H:i:s');
|
$date = \date('H:i:s');
|
||||||
$this->appendToLogs($dbForProject, $deployment->getId(), $queueForRealtime, "[90m[$date] [90m[[0mappwrite[90m][33m Screenshot capturing failed. Deployment will continue. [0m\n");
|
$this->appendToLogs($dbForProject, $deployment->getId(), $queueForRealtime, "[90m[$date] [90m[[0mappwrite[90m][33m Screenshot capturing failed. Deployment will continue. [0m\n");
|
||||||
|
|
||||||
throw $th;
|
throw $th;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue