Skip to content

Commit aebd308

Browse files
committed
re-enable normal execution
1 parent bbc3806 commit aebd308

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,6 @@ export async function innerloop(params: Params, downloadDir: string, userTestDir
173173
}
174174

175175
export async function mainAsync(params: Params): Promise<git.Result | undefined> {
176-
if (!!true) {
177-
console.log(process.env.GITHUB_PAT === undefined)
178-
if (process.env.GITHUB_PAT)
179-
console.log(process.env.GITHUB_PAT.length)
180-
return git.createComment(params.sourceIssue, params.statusComment, params.postResult, "Test from build machine");
181-
}
182176
const downloadDir = params.tmpfs ? "/mnt/ts_downloads" : "./ts_downloads";
183177
// TODO: check first whether the directory exists and skip downloading if possible
184178
// TODO: Seems like this should come after the typescript download

0 commit comments

Comments
 (0)