mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 07:58:58 +01:00
Avoid cloning repos
This commit is contained in:
parent
4f56f5f2a0
commit
e619741623
@ -7,6 +7,14 @@ matrix:
|
|||||||
- "7.2"
|
- "7.2"
|
||||||
- "7.1"
|
- "7.1"
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
depth: 1
|
||||||
|
lfs: false
|
||||||
|
recursive: false
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: 192.168.69.1:5000/php-ci:latest
|
image: 192.168.69.1:5000/php-ci:latest
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
depth: 1
|
||||||
|
lfs: false
|
||||||
|
recursive: false
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
deploy:
|
deploy:
|
||||||
image: 192.168.69.1:5000/php-ci:latest
|
image: 192.168.69.1:5000/php-ci:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user