Skip to content

Commit

Permalink
feat: update git submodule (#560)
Browse files Browse the repository at this point in the history
* feat: update git submodule

Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi committed Aug 19, 2021
1 parent f530cb8 commit c5557c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ docker-build() {
-f "${IMAGES_DIR}/${name}/Dockerfile" .
}

git-submodule() {
git submodule update --init --recursive
}

main() {
git-submodule

case "${1-}" in
cdn)
docker-build cdn
Expand Down

0 comments on commit c5557c7

Please sign in to comment.