I forgot that the CI / CD is running from an un-named container.

This commit is contained in:
James Wells 2021-05-22 10:21:23 -07:00
parent 8fd6da72bd
commit d8ef9d80cf
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -24,7 +24,6 @@ steps:
- title: "Begin Build: ${DRONE_REPO}"
text: "Build ${DRONE_BUILD_NUMBER}(${DRONE_COMMIT_LINK})"
alert_type: "info"
host: ${DRONE_STAGE_MACHINE}
- name: Validate code base and dependencies
# image: golang:1.16-alpine3.13