mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 04:35:12 +01:00
Daniil Gentili
6571aa34b9
Some checks failed
ci/woodpecker/tag/build-73 Pipeline is pending
ci/woodpecker/tag/build-80 Pipeline is pending
ci/woodpecker/tag/build-81 Pipeline is pending
ci/woodpecker/tag/build-71 Pipeline failed
ci/woodpecker/tag/build-72 Pipeline failed
ci/woodpecker/tag/build-74 Pipeline was successful
ci/woodpecker/tag/deploy Pipeline was successful
30 lines
477 B
YAML
30 lines
477 B
YAML
clone:
|
|
git:
|
|
when:
|
|
event: tag
|
|
image: woodpeckerci/plugin-git
|
|
settings:
|
|
depth: 1
|
|
lfs: false
|
|
recursive: false
|
|
tags: true
|
|
|
|
pipeline:
|
|
build:
|
|
group: build
|
|
image: 192.168.69.1:5000/php-ci:latest
|
|
when:
|
|
event: tag
|
|
secrets:
|
|
- GITHUB_TOKEN
|
|
- API_ID
|
|
- API_HASH
|
|
- BOT_TOKEN
|
|
- DEST
|
|
environment:
|
|
- PHP_VERSION=7.2
|
|
- TAG=${CI_COMMIT_TAG}
|
|
commands:
|
|
- tests/makephar.sh
|
|
|