Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
working copy
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
  • Loading branch information
vzhukovs committed Dec 16, 2019
1 parent bd4bb46 commit 07aa01c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/task-plugin/src/task/che-task-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export class CheTaskProvider {

if (target && target.workingDir) {
resultTarget.workingDir = await che.variables.resolve(target.workingDir);
} else {
resultTarget.workingDir = '';
}

const execution = task.execution as ShellExecution;
Expand Down

0 comments on commit 07aa01c

Please sign in to comment.