Looks correct

This commit is contained in:
James Wells 2021-05-22 10:03:03 -07:00
parent 995812cce9
commit 15453bd9f2
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -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