Compare commits
No commits in common. "d668097b24e2838bd2d118a3993e994821590a3d" and "25a956c84d5dd820d28caab9f86b8d183aeeff3d" have entirely different histories.
d668097b24
...
25a956c84d
|
|
@ -3286,7 +3286,6 @@ function run() {
|
|||
try {
|
||||
// Register problem matcher
|
||||
coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json'));
|
||||
console.log(JSON.stringify(process.env, null, ' '));
|
||||
// Get sources
|
||||
yield gitSourceProvider.getSource(sourceSettings);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ async function run(): Promise<void> {
|
|||
path.join(__dirname, 'problem-matcher.json')
|
||||
)
|
||||
|
||||
console.log(JSON.stringify(process.env, null, ' '))
|
||||
|
||||
// Get sources
|
||||
await gitSourceProvider.getSource(sourceSettings)
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Reference in New Issue