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

Use CWD(current working directory for tasks.) #21

Merged
merged 1 commit into from
Mar 29, 2019
Merged

Conversation

AndrienkoAleksandr
Copy link
Contributor

@AndrienkoAleksandr AndrienkoAleksandr commented Mar 18, 2019

Referenced issue:

eclipse-che/che#11866

Signed-off-by: Oleksandr Andriienko oandriie@redhat.com

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
@AndrienkoAleksandr AndrienkoAleksandr changed the base branch from master to 0.4.0 March 18, 2019 07:54
@AndrienkoAleksandr AndrienkoAleksandr changed the base branch from 0.4.0 to master March 18, 2019 07:59
@AndrienkoAleksandr AndrienkoAleksandr marked this pull request as ready for review March 21, 2019 08:00
@@ -43,13 +43,16 @@ export class CheTaskRunner implements TaskRunner {
throw new Error(`Che task config must have 'target.machineName' property specified`);
}

const workingDir = taskConfig.target.workingDir;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I can see we don't use this const in another places, so you can just pass taskConfig.target.workingDir. But up to you.

Copy link
Member

@evidolob evidolob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As IDE 1 team merged task plugin in che-theia repository, this changes should be for that plugin, and this repository should be deprecated

@AndrienkoAleksandr
Copy link
Contributor Author

Ok, I closed it, make sense this one: eclipse-che/che-theia#116

@AndrienkoAleksandr AndrienkoAleksandr changed the base branch from master to 0.4.0 March 29, 2019 13:20
@AndrienkoAleksandr AndrienkoAleksandr merged commit c63cc67 into 0.4.0 Mar 29, 2019
@AndrienkoAleksandr AndrienkoAleksandr deleted the useCWD branch March 29, 2019 18:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants