Compare commits
2 Commits
main
...
ericsciple
Author | SHA1 | Date |
---|---|---|
eric sciple | d668097b24 | |
eric sciple | 4edfe9f331 |
|
@ -3286,6 +3286,7 @@ 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);
|
||||
}
|
||||
|
|
|
@ -16,6 +16,8 @@ async function run(): Promise<void> {
|
|||
{},
|
||||
path.join(__dirname, 'problem-matcher.json')
|
||||
)
|
||||
|
||||
console.log(JSON.stringify(process.env, null, ' '))
|
||||
|
||||
// Get sources
|
||||
await gitSourceProvider.getSource(sourceSettings)
|
||||
|
|
Loading…
Reference in New Issue