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: steps:
- name: telegram - name: telegram
pull: always pull: always
image: appleboy/drone-telegram:1.3.1 image: appleboy/drone-telegram
settings: 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" 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: to:

View File

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