[#] Handle submodule URL change gracefully in CI
Some checks failed
build static site / build (pull_request) Failing after 21s
Some checks failed
build static site / build (pull_request) Failing after 21s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
53f252207f
commit
943ce11e66
2 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -26,4 +26,6 @@ server: submodules $(HUGO_BIN)
|
|||
|
||||
submodules:
|
||||
@git submodule init
|
||||
@git submodule update --recursive --remote
|
||||
@git submodule update --recursive --remote \
|
||||
|| git submodule sync \
|
||||
&& git submodule update --recursive --remote
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 59820ed5c97af782f0688cbbb6d416bb909db39a
|
||||
Subproject commit 33922003e6d9e3ff85ec2dfadf7f43a1cec76829
|
Loading…
Reference in a new issue