(ctx: BuildStepGlobalContext, stepId: string)
| 41 | } |
| 42 | |
| 43 | export function getTemporaryEnvsDirPath(ctx: BuildStepGlobalContext, stepId: string): string { |
| 44 | return path.join(getTemporaryStepDirPath(ctx, stepId), 'envs'); |
| 45 | } |
no test coverage detected
searching dependent graphs…