pull/496/head
Frostebite 2023-02-25 14:43:28 +00:00
parent 7c5090fea1
commit 9d71b2f6cc
3 changed files with 1 additions and 3 deletions

1
dist/index.js generated vendored
View File

@ -5927,7 +5927,6 @@ class SharedWorkspaceLocking {
}
else {
yield cloud_runner_system_1.CloudRunnerSystem.Run(`aws s3 rm ${SharedWorkspaceLocking.workspaceRoot}${buildParametersContext.cacheKey}/${file}`, false, true);
throw new Error(`tried to lock ${workspace} with id ${runId} but hasLock failed`);
}
return hasLock;
});

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -261,7 +261,6 @@ export class SharedWorkspaceLocking {
false,
true,
);
throw new Error(`tried to lock ${workspace} with id ${runId} but hasLock failed`);
}
return hasLock;