1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 22:34:42 +01:00

Avoid cloning repos
Some checks failed
ci/woodpecker/tag/build Pipeline failed
ci/woodpecker/tag/deploy unknown status

This commit is contained in:
Daniil Gentili 2022-06-04 17:50:05 +02:00
parent 4f56f5f2a0
commit e619741623
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 17 additions and 0 deletions

View File

@ -7,6 +7,14 @@ matrix:
- "7.2"
- "7.1"
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
recursive: false
pipeline:
build:
image: 192.168.69.1:5000/php-ci:latest

View File

@ -1,3 +1,12 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
recursive: false
pipeline:
deploy:
image: 192.168.69.1:5000/php-ci:latest