From 0e2603f6637cabb429182b82cb362ef3d9d4ce43 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 24 May 2020 11:24:33 -0400 Subject: [PATCH] Force --- src/git.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.ts b/src/git.ts index aaacc7d6..663edb13 100644 --- a/src/git.ts +++ b/src/git.ts @@ -245,7 +245,7 @@ export async function deploy(action: ActionInterface): Promise { // Cleans up temporary files/folders and restores the git state. info('Running post deployment cleanup jobs… 🗑️') await execute( - `git worktree remove ${temporaryDeploymentDirectory}`, + `git worktree remove ${temporaryDeploymentDirectory} --force`, action.workspace ) await rmRF(temporaryDeploymentDirectory)