Skip to content

Commit

Permalink
ci: run notify on arm64 (go-gitea#9762)
Browse files Browse the repository at this point in the history
* ci: run notify on arm64

Free one jobs on amrd64

* Update .drone.yml

* Update .drone.yml

* Update .drone.yml

Based on: https://github.com/appleboy/drone-discord/blob/master/.drone.yml#L339

* improve trigger

Co-authored-by: techknowlogick <matti@mdranta.net>
  • Loading branch information
2 people authored and 6543 committed Jan 19, 2020
1 parent 3ce2902 commit b2ba700
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,20 +746,22 @@ depends_on:

---
kind: pipeline
name: notify
name: notifications

platform:
os: linux
arch: amd64

workspace:
base: /go
path: src/code.gitea.io/gitea
arch: arm64

clone:
disable: true

when:
trigger:
branch:
- master
- "release/*"
event:
- push
- tag
status:
- success
- failure
Expand All @@ -777,9 +779,10 @@ depends_on:
steps:
- name: discord
pull: always
image: appleboy/drone-discord:1.0.0
environment:
DISCORD_WEBHOOK_ID:
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
DISCORD_WEBHOOK_TOKEN:
webhook_token:
from_secret: discord_webhook_token

0 comments on commit b2ba700

Please sign in to comment.