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:
Owen Mansel-Chan
2023-02-10 16:54:40 +00:00
parent 37d3793e87
commit 7ebe472cfe
24 changed files with 4 additions and 4 deletions

View File

@@ -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 |

View File

@@ -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")

View File

@@ -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 |

View File

@@ -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")