Skip to content

Commit

Permalink
👷 Updated gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Heroyt committed May 3, 2024
1 parent 1530c1a commit 422b772
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
[submodule "src/GameModels"]
path = src/GameModels
url = https://github.com/Heroyt/LACModels
branch = master
[submodule "modules/Core"]
path = modules/Core
url = https://github.com/LaserLiga/lac_modules_core.git
url = https://github.com/LaserLiga/lac_modules_core.git
branch = master
[submodule "modules/Tables"]
path = modules/Tables
url = https://github.com/LaserLiga/lac_module_tables
branch = master
[submodule "modules/Tournament"]
path = modules/Tournament
url = https://github.com/LaserLiga/lac_modules_tournaments
branch = master
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN git remote add origin https://github.com/Heroyt/LaserArenaControl.git
RUN git fetch --all --tags
RUN git checkout -t origin/master
RUN git config pull.ff only --autostash
RUN git submodule init && git submodule update --init --recursive --remote
RUN git pull --recurse-submodules=yes
RUN git submodule init && git submodule update --init --recursive --remote

# Initialize all configs and create necessary directories
RUN mv private/docker-config.ini private/config.ini
Expand Down

0 comments on commit 422b772

Please sign in to comment.