Removing the new step to validate existing.

This commit is contained in:
James Wells 2021-05-22 09:55:28 -07:00
parent 7fdd3ae792
commit fa143e5993
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

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