From 1904582239b1c99faf38625b8841be828ac364f5 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 12 Oct 2019 23:42:47 +0800 Subject: [PATCH] chore: testing the latest version --- .drone.yml | 2 +- pipeline.libsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 44917f8..979baa0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/pipeline.libsonnet b/pipeline.libsonnet index 487a596..8b50548 100644 --- a/pipeline.libsonnet +++ b/pipeline.libsonnet @@ -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' },