1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Update executor.php

This commit is contained in:
Bradley Schofield 2021-11-19 11:21:51 +00:00
parent 2e2ff76eab
commit 40d1d1b445

View file

@ -519,6 +519,8 @@ function runBuildStage(string $tagID, Document $function, string $projectID, Dat
// also remove the container if it exists
if ($id) {
$orchestration->remove($id, true);
} else {
$id = ''
}
}