1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 06:18:58 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
ca932a4658
Avoid triggering on pushes
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
2022-06-04 17:51:12 +02:00
e619741623
Avoid cloning repos
Some checks failed
ci/woodpecker/tag/build Pipeline failed
ci/woodpecker/tag/deploy unknown status
2022-06-04 17:50:05 +02:00
2 changed files with 17 additions and 2 deletions

View File

@ -7,11 +7,18 @@ 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
when:
branch: stable
event: tag
secrets:
- GITHUB_TOKEN

View File

@ -1,8 +1,16 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
recursive: false
pipeline:
deploy:
image: 192.168.69.1:5000/php-ci:latest
when:
branch: stable
event: tag
secrets:
- GITHUB_TOKEN