mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 12:37:47 +01:00
Logs
This commit is contained in:
parent
41560ed29a
commit
5b7e03c58b
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -6,13 +6,13 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php:
|
php:
|
||||||
- 8.0
|
- '8.0'
|
||||||
- 7.4
|
- '7.4'
|
||||||
- 7.3
|
- '7.3'
|
||||||
- 7.2
|
- '7.2'
|
||||||
- 7.1
|
- '7.1'
|
||||||
- 7.0
|
- '7.0'
|
||||||
- 5.6
|
- '5.6'
|
||||||
name: PHP ${{ matrix.php }} build
|
name: PHP ${{ matrix.php }} build
|
||||||
env:
|
env:
|
||||||
PHP_CS_FIXER_IGNORE_ENV: 1
|
PHP_CS_FIXER_IGNORE_ENV: 1
|
||||||
|
@ -5,6 +5,8 @@ $commit = getenv('GITHUB_SHA');
|
|||||||
$branch = \trim(\shell_exec("git rev-parse --abbrev-ref $commit"));
|
$branch = \trim(\shell_exec("git rev-parse --abbrev-ref $commit"));
|
||||||
$tag = \trim(\shell_exec("git tag --points-at $commit"));
|
$tag = \trim(\shell_exec("git tag --points-at $commit"));
|
||||||
|
|
||||||
|
echo "Waiting for commit $commit on branch $branch (tag $tag)...".PHP_EOL;
|
||||||
|
|
||||||
$branch = $tag ? $tag : "dev-$branch";
|
$branch = $tag ? $tag : "dev-$branch";
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user