Skip to content

Commit

Permalink
add update-submodules script
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdf committed Mar 11, 2022
1 parent fcb20a5 commit 72de2cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

set -e

Expand Down
5 changes: 5 additions & 0 deletions update-submodules.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

git submodule update --init --recursive

git submodule foreach git checkout main

0 comments on commit 72de2cb

Please sign in to comment.