Add an option to upload some debugging artifacts

This commit is contained in:
Edoardo Pirovano 2021-10-28 14:15:22 +01:00
parent 4293754ed2
commit bc31f604d3
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
40 changed files with 374 additions and 65 deletions

View file

@ -43,6 +43,7 @@ export async function initConfig(
packsInput: string | undefined,
configFile: string | undefined,
dbLocation: string | undefined,
debugMode: boolean,
repository: RepositoryNwo,
tempDir: string,
toolCacheDir: string,
@ -59,6 +60,7 @@ export async function initConfig(
packsInput,
configFile,
dbLocation,
debugMode,
repository,
tempDir,
toolCacheDir,