Reverting to older git clone. (#174)

This commit is contained in:
Dessalines 2023-04-25 16:36:47 -04:00 committed by GitHub
parent 24b2c36695
commit 3615999c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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