From fa143e5993316991590f98d809221f95e8a4a919 Mon Sep 17 00:00:00 2001 From: James Wells Date: Sat, 22 May 2021 09:55:28 -0700 Subject: [PATCH] Removing the new step to validate existing. --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index c7aa864..d84bded 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,16 +15,16 @@ volumes: path: /run/docker.sock steps: - - name: Notify Datadog That we are starting - image: masci/drone-datadog - settings: - 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} + # - name: Notify Datadog That we are starting + # image: masci/drone-datadog + # settings: + # 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} - name: Validate code base and dependencies # image: golang:1.16-alpine3.13