mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 08:08:58 -07:00
Removing the new step to validate existing.
This commit is contained in:
parent
7fdd3ae792
commit
fa143e5993
1 changed files with 10 additions and 10 deletions
20
.drone.yml
20
.drone.yml
|
@ -15,16 +15,16 @@ 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
|
||||||
# image: golang:1.16-alpine3.13
|
# image: golang:1.16-alpine3.13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue