Confirmed that it was the new stanza failing.

This commit is contained in:
James Wells 2021-05-22 09:58:02 -07:00
parent fa143e5993
commit 995812cce9
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -15,15 +15,15 @@ volumes:
path: /run/docker.sock path: /run/docker.sock
steps: steps:
# - name: Notify Datadog That we are starting - name: Notify Datadog That We Are Starting
# image: masci/drone-datadog image: masci/drone-datadog
# settings: settings:
# api_key: api_key:
# from_secret: Datadog from_secret: Datadog
# events: events:
# - title: "Begin Build: ${DRONE_REPO}(${DRONE_BUILD_NUMBER})" - title: "Begin Build: ${DRONE_REPO}(${DRONE_BUILD_NUMBER})"
# text: ${DRONE_COMMIT_MESSAGE}(${DRONE_COMMIT_LINK}) text: ${DRONE_COMMIT_MESSAGE}(${DRONE_COMMIT_LINK})
# alert_type: "info" alert_type: "info"
# host: ${DRONE_SYSTEM_HOSTNAME} # host: ${DRONE_SYSTEM_HOSTNAME}
- name: Validate code base and dependencies - name: Validate code base and dependencies
@ -69,7 +69,7 @@ steps:
- trivy image --skip-update --exit-code 1 --severity CRITICAL ${DRONE_REPO}:${DRONE_COMMIT} - trivy image --skip-update --exit-code 1 --severity CRITICAL ${DRONE_REPO}:${DRONE_COMMIT}
- name: Notify Datadog - name: Notify Datadog That We Have Completed
image: masci/drone-datadog image: masci/drone-datadog
settings: settings:
api_key: api_key: