I want to know which node is running the CI / CD, at least until I get things working the way I want them.

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

View file

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