We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trunk
1 parent 1fd6b6c commit 07ceabdCopy full SHA for 07ceabd
.buildkite/pipeline.yml
@@ -31,6 +31,20 @@ steps:
31
- github_commit_status:
32
context: Prototype Build
33
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
+
48
#################
49
# Run Unit Tests
50
0 commit comments