Skip to content

Commit 771c5f8

Browse files
Added submodule sync step
1 parent 322d44a commit 771c5f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ function cmd($command, $print = true, $dir = GIT_DIR) {
415415
, $checkout
416416
));
417417

418+
// Sync the submodules
419+
echo "\nSync git submodules\n";
420+
cmd('git submodule sync');
421+
418422
// Update the submodules
419423
echo "\nUpdating git submodules in git directory\n";
420424
cmd(sprintf(

0 commit comments

Comments
 (0)