Set up modules for gitlab parsing
This commit is contained in:
parent
8bffe3d270
commit
ca4924981f
@ -3,6 +3,7 @@ image: mcr.microsoft.com/dotnet/core/sdk:3.0-alpine3.11
|
|||||||
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
OBJECTS_DIRECTORY: 'obj'
|
OBJECTS_DIRECTORY: 'obj'
|
||||||
NUGET_PACKAGES_DIRECTORY: '.nuget'
|
NUGET_PACKAGES_DIRECTORY: '.nuget'
|
||||||
SOURCE_CODE_PATH: 'ChaosBot/*/'
|
SOURCE_CODE_PATH: 'ChaosBot/*/'
|
||||||
|
|||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "ChaosBot/wwwroot"]
|
[submodule "ChaosBot/wwwroot"]
|
||||||
path = ChaosBot/wwwroot
|
path = ChaosBot/wwwroot
|
||||||
url = ssh://git@git.chaoticlogic.us:2302/discord-bots/chaosbot-frontend.git
|
url = ../chaosbot-frontend.git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user