Skip to content

Commit c36fa6b

Browse files
committed
fix: initialize git submodules in the devcontainer setup script
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 8a448b8 commit c36fa6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
git config --global --add safe.directory /var/www/html
1313
git config --global --add safe.directory /var/www/html/apps-extra/libresign
1414
cd /var/www/html/apps-extra/libresign
15+
git submodule update --init --recursive
1516
if [[ ! -d "vendor" ]]; then
1617
composer install
1718
fi

0 commit comments

Comments
 (0)