diff --git a/.drone.yml b/.drone.yml index 638060d..bf9ad62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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