mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 04:56:28 -08:00
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:
parent
d776fa19da
commit
8fd6da72bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue