mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-05 03:52:39 -07:00
It is always something in the last line you look at
This commit is contained in:
parent
01af318e7f
commit
d439b5d9d8
1 changed files with 1 additions and 2 deletions
|
@ -22,10 +22,9 @@ steps:
|
|||
from_secret: Datadog
|
||||
events:
|
||||
- title: "Begin Build: ${DRONE_REPO}(${DRONE_BUILD_NUMBER})"
|
||||
text: "Build ${DRONE_BUILD_NUMBER}"
|
||||
text: "${DRONE_COMMIT_MESSAGE}(${DRONE_COMMIT_LINK})"
|
||||
alert_type: "info"
|
||||
host: ${DRONE_SYSTEM_HOSTNAME}
|
||||
# text: ${DRONE_COMMIT_MESSAGE}(${DRONE_COMMIT_LINK})
|
||||
|
||||
- name: Validate code base and dependencies
|
||||
# image: golang:1.16-alpine3.13
|
||||
|
|
Loading…
Add table
Reference in a new issue