testing discord webhook
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
surtur 2020-03-02 20:01:26 +01:00
parent 5a04914b9f
commit 47116d1565
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,6 +1,6 @@
---
kind: pipeline
name: test on amd64
name: testing-amd64
platform:
arch: amd64
@ -15,3 +15,40 @@ steps:
- valgrind --log-file=valgrind_output ./pjc-0x02 < ./test_input > output
- cat valgrind_output
- grep "no leaks are possible" valgrind_output
---
kind: pipeline
name: notifications
platform:
os: linux
arch: arm64
clone:
disable: true
trigger:
branch:
- master
- "release/*"
event:
- push
- tag
status:
- success
- failure
depends_on:
- testing-amd64
steps:
- name: discord
pull: always
image: appleboy/drone-discord:1.2.4
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"
webhook_id:
from_secret: discord_webhook_id
webhook_token:
from_secret: discord_webhook_token