mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 22:34:42 +01:00
Avoid cloning repos
This commit is contained in:
parent
4f56f5f2a0
commit
e619741623
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user