Use older git clone for woodpecker (#144)

This commit is contained in:
Nutomic 2023-04-25 02:00:52 +02:00 committed by GitHub
parent 761119cd26
commit da19f17734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 53785 additions and 9378 deletions

View File

@ -1,11 +1,18 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
submodule_update_remote: true
#clone:
# git:
# image: woodpeckerci/plugin-git
# settings:
# recursive: true
# submodule_update_remote: true
pipeline:
prepare_repo:
image: alpine:3
commands:
- apk add git
- git submodule init
- git submodule update --recursive --remote
yarn:
image: node:14-alpine
commands:

File diff suppressed because one or more lines are too long