Remove redundant INTERNAL_CODEQL_ACTION_DEBUG_LOC variable
This commit is contained in:
parent
a190d3876a
commit
7cdf75141e
32 changed files with 0 additions and 32 deletions
|
|
@ -115,7 +115,6 @@ for file in os.listdir('checks'):
|
|||
checkJob[key] = checkSpecification[key]
|
||||
|
||||
checkJob['env'] = checkJob.get('env', {})
|
||||
checkJob['env']['INTERNAL_CODEQL_ACTION_DEBUG_LOC'] = True
|
||||
checkJob['env']['CODEQL_ACTION_TEST_MODE'] = True
|
||||
checkName = file[:len(file) - 4]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue