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: #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