chore: testing the latest version

This commit is contained in:
Bo-Yi Wu 2019-10-12 23:42:47 +08:00
parent f15615fb86
commit 1904582239
2 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ platform:
steps:
- name: telegram
pull: always
image: appleboy/drone-telegram:1.3.1
image: appleboy/drone-telegram
settings:
message: "{{#success build.status}} ✅ Build #{{build.number}} of `{{repo.name}}` succeeded.\n\n📝 Commit by {{commit.author}} on `{{commit.branch}}`:\n``` {{commit.message}} ```\n\n🌐 {{ build.link }} {{else}} ❌ Build #{{build.number}} of `{{repo.name}}` failed.\n\n📝 Commit by {{commit.author}} on `{{commit.branch}}`:\n``` {{commit.message}} ```\n\n🌐 {{ build.link }} {{/success}}\n"
to:

View File

@ -232,7 +232,7 @@
steps: [
{
name: 'telegram',
image: 'appleboy/drone-telegram:1.3.1',
image: 'appleboy/drone-telegram',
pull: 'always',
settings: {
to: { from_secret: 'telegram_to' },