We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f38d38 commit 9eb5fceCopy full SHA for 9eb5fce
components/server/src/workspace/workspace-starter.ts
@@ -726,13 +726,13 @@ export class WorkspaceStarter {
726
) {
727
// TODO(se): we cannot change this initializer structure now because it is part of how baserefs are computed in image-builder.
728
// Image builds should however just use the initialization if the workspace they are running for (i.e. the one from above).
729
-
+ checkoutLocation = ".";
730
const { initializer, disposable } = await this.createCommitInitializer(
731
{ span },
732
workspace,
733
{
734
...imgsrc.dockerFileSource,
735
- checkoutLocation: ".",
+ checkoutLocation,
736
title: "irrelevant",
737
ref: undefined,
738
},
0 commit comments