fixes
parent
7c5090fea1
commit
9d71b2f6cc
|
@ -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;
|
||||
});
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -261,7 +261,6 @@ export class SharedWorkspaceLocking {
|
|||
false,
|
||||
true,
|
||||
);
|
||||
throw new Error(`tried to lock ${workspace} with id ${runId} but hasLock failed`);
|
||||
}
|
||||
|
||||
return hasLock;
|
||||
|
|
Loading…
Reference in New Issue