Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 544ceec

Browse filesBrowse files
thetwojByron
authored andcommitted
Adding command to init-tests-after-clone.sh to make sure submodules are recursively cloned as well
1 parent b303cb0 commit 544ceec
Copy full SHA for 544ceec

1 file changed

+2-1Lines changed: 2 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎init-tests-after-clone.sh‎

Copy file name to clipboardExpand all lines: init-tests-after-clone.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ git checkout master || git checkout -b master
1212
git reset --hard HEAD~1
1313
git reset --hard HEAD~1
1414
git reset --hard HEAD~1
15-
git reset --hard __testing_point__
15+
git reset --hard __testing_point__
16+
git submodule update --init --recursive

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.