Merge branch '1.5.x' into feat-runtime-controls-1.5.x

This commit is contained in:
Bradley Schofield
2024-07-24 12:00:17 +09:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -319,6 +319,9 @@ class Builds extends Action
throw new \Exception("Unable to move file");
}
$deployment->setAttribute('path', $path);
$deployment = $dbForProject->updateDocument('deployments', $deployment->getId(), $deployment);
Console::execute('rm -rf ' . $tmpPath, '', $stdout, $stderr);
$source = $path;