Skip to content

Commit c0a8a30

Browse files
committed
Initialize git submodule before cutting a tag.
1 parent f803922 commit c0a8a30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

external/application-services

Submodule application-services updated 60 files

make_tag.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ fi
3636

3737
# Re-generate any generated files, to make sure they're fresh.
3838

39-
"$THIS_DIR/generate.sh"
39+
git submodule update --init --recursive
40+
"$THIS_DIR/generate.sh" || exit 1
4041
git add "$THIS_DIR/generated"
4142

4243
# Create the tag

0 commit comments

Comments
 (0)