Skip to content

Commit 31f99ee

Browse files
committed
1
1 parent 5c2b5cd commit 31f99ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/workspace/context-parser-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class ContextParser {
154154
checkoutLocation: subRepo.checkoutLocation || subContext.repository.name,
155155
upstreamRemoteURI: this.buildUpstreamCloneUrl(subContext),
156156
// we want to create a local branch on all repos, in case it's a multi-repo change. If it's not there are no drawbacks anyway.
157-
//ref: context.ref,
157+
ref: context.ref,
158158
refType: context.refType,
159159
localBranch: context.localBranch,
160160
});

0 commit comments

Comments
 (0)