remove(git-source-settings.ts): workingDirectory option
Not needed (working-directory option is used internally)
This commit is contained in:
parent
ed925880d3
commit
b9dc833d47
|
@ -108,9 +108,4 @@ export interface IGitSourceSettings {
|
||||||
* User override on the GitHub Server/Host URL that hosts the repository to be cloned
|
* User override on the GitHub Server/Host URL that hosts the repository to be cloned
|
||||||
*/
|
*/
|
||||||
githubServerUrl: string | undefined
|
githubServerUrl: string | undefined
|
||||||
|
|
||||||
/**
|
|
||||||
* User override of the working directory (default is $GITHUB_WORKSPACE)
|
|
||||||
*/
|
|
||||||
workingDirectory: string | undefined
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue