mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 15:37:49 +01:00
Compare commits
2 Commits
147fde2edf
...
703b73d98d
Author | SHA1 | Date | |
---|---|---|---|
703b73d98d | |||
fa1f02cf00 |
@ -16,7 +16,6 @@ clone:
|
||||
depth: 1
|
||||
lfs: false
|
||||
recursive: false
|
||||
tags: true
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
|
@ -8,7 +8,6 @@ clone:
|
||||
depth: 1
|
||||
lfs: false
|
||||
recursive: false
|
||||
tags: true
|
||||
|
||||
pipeline:
|
||||
deploy:
|
||||
|
@ -11,6 +11,9 @@ COMMIT="$(git log -1 --pretty=%H)"
|
||||
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||
COMMIT_MESSAGE="$(git log -1 --pretty=%B HEAD)"
|
||||
|
||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.name "Github Actions"
|
||||
|
||||
echo "PHP: $php"
|
||||
echo "Branch: $BRANCH"
|
||||
echo "Commit: $COMMIT"
|
||||
@ -56,9 +59,14 @@ echo '{
|
||||
{
|
||||
"type": "path",
|
||||
"url": "'$madelinePath'",
|
||||
"options":{"symlink": false}
|
||||
"options": {"symlink": false}
|
||||
}
|
||||
]
|
||||
],
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"phabel/phabel": true
|
||||
}
|
||||
}
|
||||
}' > composer.json
|
||||
php $(which composer) update --no-cache
|
||||
php $(which composer) dumpautoload --optimize
|
||||
|
Loading…
Reference in New Issue
Block a user