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 1a1f7da commit bd4bb46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/task-plugin/src/task/che-task-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ export class CheTaskProvider {
execution.commandLine = await che.variables.resolve(execution.commandLine as string);
}

if (execution && execution.commandLine) {
execution.commandLine = await che.variables.resolve(execution.commandLine as string);
}

return {
definition: {
type: taskType,
Expand Down

0 comments on commit bd4bb46

Please sign in to comment.