mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
Use older git clone for woodpecker (#144)
This commit is contained in:
parent
761119cd26
commit
da19f17734
2 changed files with 53785 additions and 9378 deletions
|
@ -1,11 +1,18 @@
|
||||||
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 submodule init
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
yarn:
|
yarn:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue