It is always something in the last line you look at

This commit is contained in:
James Wells 2021-05-22 10:09:55 -07:00
parent 01af318e7f
commit d439b5d9d8
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

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