mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 04:56:28 -08:00
Looks correct
This commit is contained in:
parent
995812cce9
commit
15453bd9f2
1 changed files with 7 additions and 4 deletions
11
.drone.yml
11
.drone.yml
|
@ -21,10 +21,13 @@ steps:
|
|||
api_key:
|
||||
from_secret: Datadog
|
||||
events:
|
||||
- title: "Begin Build: ${DRONE_REPO}(${DRONE_BUILD_NUMBER})"
|
||||
text: ${DRONE_COMMIT_MESSAGE}(${DRONE_COMMIT_LINK})
|
||||
alert_type: "info"
|
||||
# host: ${DRONE_SYSTEM_HOSTNAME}
|
||||
- title: "Build failure on amd64"
|
||||
text: "Build ${DRONE_BUILD_NUMBER}"
|
||||
alert_type: "error"
|
||||
# - title: "Begin Build: ${DRONE_REPO}(${DRONE_BUILD_NUMBER})"
|
||||
# text: ${DRONE_COMMIT_MESSAGE}(${DRONE_COMMIT_LINK})
|
||||
# alert_type: "info"
|
||||
# # host: ${DRONE_SYSTEM_HOSTNAME}
|
||||
|
||||
- name: Validate code base and dependencies
|
||||
# image: golang:1.16-alpine3.13
|
||||
|
|
Loading…
Add table
Reference in a new issue