mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 20:01:10 +00:00
Reverting to older git clone. (#174)
This commit is contained in:
parent
24b2c36695
commit
3615999c95
1 changed files with 13 additions and 6 deletions
|
@ -1,10 +1,17 @@
|
||||||
clone:
|
# clone:
|
||||||
git:
|
# git:
|
||||||
image: woodpeckerci/plugin-git
|
# image: woodpeckerci/plugin-git
|
||||||
settings:
|
# settings:
|
||||||
recursive: true
|
# recursive: true
|
||||||
submodule_update_remote: true
|
# submodule_update_remote: true
|
||||||
pipeline:
|
pipeline:
|
||||||
|
prepare_repo:
|
||||||
|
image: alpine:3
|
||||||
|
commands:
|
||||||
|
- apk add git
|
||||||
|
#- git fetch --tags
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update --recursive --remote
|
||||||
check_formatting:
|
check_formatting:
|
||||||
image: alpine:3
|
image: alpine:3
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue