We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sourceDirectory
1 parent 1b4b920 commit e6beee4Copy full SHA for e6beee4
1 file changed
runner/orchestration/file-system.ts
@@ -80,7 +80,7 @@ export async function setupProjectStructure(
80
}
81
82
if (env.executor instanceof LocalExecutor && env.executor.config.sourceDirectory) {
83
- const sourceDirectory = join(env.rootPath, env.executor.config.sourceDirectory);
+ const sourceDirectory = resolve(env.rootPath, env.executor.config.sourceDirectory);
84
85
// Push this after the project so the environment's files that precedence.
86
directoriesToCopy.push(sourceDirectory);
0 commit comments