From 40d1d1b445d43d6084f5229c9b84e31cf14abee5 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 19 Nov 2021 11:21:51 +0000 Subject: [PATCH] Update executor.php --- app/executor.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/executor.php b/app/executor.php index 7e90bf6fb..efe5d9e23 100644 --- a/app/executor.php +++ b/app/executor.php @@ -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 = '' } }