init git submodules in build-docker CI

This commit is contained in:
Ian Davis 2023-01-26 10:59:00 +00:00 committed by Geoff Stuart
parent 3e6e02dc7d
commit 19e188da9f
2 changed files with 8 additions and 0 deletions

View File

@ -426,6 +426,10 @@ jobs:
steps:
- setup_remote_docker
- checkout
- git_fetch_all_tags
- run: git submodule sync
- run: git submodule update --init
- docker/check:
docker-username: DOCKERHUB_USERNAME
docker-password: DOCKERHUB_PASSWORD

View File

@ -426,6 +426,10 @@ jobs:
steps:
- setup_remote_docker
- checkout
- git_fetch_all_tags
- run: git submodule sync
- run: git submodule update --init
- docker/check:
docker-username: DOCKERHUB_USERNAME
docker-password: DOCKERHUB_PASSWORD