Skip to content

Commit b6b236d

Browse files
committed
Fix emojis used in Buildkite Release Builds
1 parent 3e703f5 commit b6b236d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.buildkite/release-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ common_params:
1414

1515
steps:
1616

17-
- label: ":wordpress::testflight: WordPress Release Build (App Store Connect)"
17+
- label: ":wordpress: :testflight: WordPress Release Build (App Store Connect)"
1818
command: ".buildkite/commands/release-build-wordpress.sh $BETA_RELEASE"
1919
env: *common_env
2020
plugins: *common_plugins
2121
notify:
2222
- slack: "#build-and-ship"
2323

2424
# There is no App Center emojiy
25-
- label: ":wordpress::hockeyapp: WordPress Release Build (App Center)"
25+
- label: ":wordpress: :appcenter: WordPress Release Build (App Center)"
2626
command: ".buildkite/commands/release-build-wordpress-internal.sh"
2727
env: *common_env
2828
plugins: *common_plugins
2929
notify:
3030
- slack: "#build-and-ship"
3131

32-
- label: ":jetpack::testflight: Jetpack Release Build (App Store Connect)"
32+
- label: ":jetpack: :testflight: Jetpack Release Build (App Store Connect)"
3333
command: ".buildkite/commands/release-build-jetpack.sh"
3434
env: *common_env
3535
plugins: *common_plugins

0 commit comments

Comments
 (0)