Skip to content

Commit e98465e

Browse files
TP Honeydependabot-ci
TP Honey
and
dependabot-ci
authored
document build trigger env var (#611)
Co-authored-by: dependabot-ci <[email protected]>
1 parent b9390ba commit e98465e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
date: 2000-01-01T00:00:00+00:00
3+
title: DRONE_BUILD_TRIGGER
4+
author: tphoney
5+
---
6+
7+
The source of the trigger for the build. eg a user, or webhook (@hook).
8+
9+
```
10+
DRONE_BUILD_TRIGGER=root
11+
DRONE_BUILD_TRIGGER=f.bar
12+
DRONE_BUILD_TRIGGER=@hook
13+
DRONE_BUILD_TRIGGER=tphoney
14+
```

0 commit comments

Comments
 (0)