mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Move repo files into subfolder
This is so that the test-db doesn't get moved when all the repo files are moved, which was causing some problems.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
htmlFiles
|
||||
extractionErrors
|
||||
#select
|
||||
| test.go:0:0:0:0 | test.go |
|
||||
| work/test.go:0:0:0:0 | work/test.go |
|
||||
|
||||
@@ -4,4 +4,4 @@ import sys
|
||||
from create_database_utils import *
|
||||
|
||||
os.environ['LGTM_INDEX_IMPORT_PATH'] = "deptest"
|
||||
run_codeql_database_create([], lang="go")
|
||||
run_codeql_database_create([], lang="go", source="work")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
htmlFiles
|
||||
extractionErrors
|
||||
#select
|
||||
| test.go:0:0:0:0 | test.go |
|
||||
| work/test.go:0:0:0:0 | work/test.go |
|
||||
|
||||
@@ -4,4 +4,4 @@ import sys
|
||||
from create_database_utils import *
|
||||
|
||||
os.environ['LGTM_INDEX_IMPORT_PATH'] = "glidetest"
|
||||
run_codeql_database_create([], lang="go")
|
||||
run_codeql_database_create([], lang="go", source="work")
|
||||
|
||||
Reference in New Issue
Block a user