mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 15:08:59 -07: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}"
|
- title: "Begin Build: ${DRONE_REPO}"
|
||||||
text: "Build ${DRONE_BUILD_NUMBER}(${DRONE_COMMIT_LINK})"
|
text: "Build ${DRONE_BUILD_NUMBER}(${DRONE_COMMIT_LINK})"
|
||||||
alert_type: "info"
|
alert_type: "info"
|
||||||
host: ${DRONE_SYSTEM_HOSTNAME}
|
host: ${DRONE_STAGE_MACHINE}
|
||||||
|
|
||||||
- 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