Skip to content

Commit 9ff68a4

Browse files
committed
Add Buildkite step to optionally trigger FAD build on trunk
1 parent 1fd6b6c commit 9ff68a4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ steps:
3131
- github_commit_status:
3232
context: Prototype Build
3333

34+
- group: ":rocket: Prototype Build"
35+
if: build.branch == "trunk"
36+
steps:
37+
- input: Deploy Prototype Build
38+
prompt: Share a Prototype Build via Firebase App Distribution?
39+
key: prototype_triggered
40+
- label: Prototype Build
41+
depends: prototype_triggered
42+
command: .buildkite/commands/prototype-build.sh
43+
plugins: [$CI_TOOLKIT]
44+
notify:
45+
- github_commit_status:
46+
context: Prototype Build From Trunk
47+
3448
#################
3549
# Run Unit Tests
3650
#################

0 commit comments

Comments
 (0)