Skip to content

Commit c5a0d0f

Browse files
authored
Remove emojis from version bump pipeline template (#3021)
* remove emojis * fix spacing
1 parent 7d75c94 commit c5a0d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildkite/job-version-bump.json.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def main():
9292
"slack": {
9393
"channels": ["#machine-learn-build"],
9494
"message": (
95-
"🚦 Pipeline waiting for approval 🚦\n"
95+
"Pipeline waiting for approval\n"
9696
"Repo: `${REPO}`\n\n"
9797
"Ready to fetch DRA artifacts - please unblock when ready.\n"
9898
"New version: `${NEW_VERSION}`\n"

0 commit comments

Comments
 (0)