Skip to content

Commit bcc0150

Browse files
committed
Change branch name to test on this branch
1 parent 10c2f4a commit bcc0150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ env:
1010
# This is the default pipeline – it will build and test the app
1111
steps:
1212
- group: ":rocket: Prototype Build"
13-
if: build.branch == trunk
13+
if: build.branch == "test-fad-on-trunk"
1414
steps:
1515
- input: Deploy Prototype Build
1616
prompt: Share a Prototype Build via Firebase App Distribution?
1717
key: prototype_triggered
1818
- label: Prototype Build
19-
depends: prototype_triggered
19+
depends_on: prototype_triggered
2020
command: .buildkite/commands/prototype-build.sh
2121
plugins: [$CI_TOOLKIT]
2222
notify:

0 commit comments

Comments
 (0)