diff --git a/README.md b/README.md index 6c667a06..fc821fe4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ If we're missing a Unicode emoji, please check if it's been added to our upstrea Emoji | Aliases ----- | ------- hbase | `:hbase:` +elasticsearch | `:elasticsearch:` +clippy | `:clippy:` +grafana | `:grafana:` +asciidoctor | `:asciidoctor:` python-black | `:python-black:` test-kitchen | `:test-kitchen:`, `:kitchen-ci:` gatsby | `:gatsby:` diff --git a/img-buildkite-64.json b/img-buildkite-64.json index 15857f9f..42571f92 100644 --- a/img-buildkite-64.json +++ b/img-buildkite-64.json @@ -5,6 +5,30 @@ "category": "Buildkite", "aliases": [] }, + { + "name": "elasticsearch", + "image": "img-buildkite-64/elasticsearch.png", + "category": "Buildkite", + "aliases": [] + }, + { + "name": "clippy", + "image": "img-buildkite-64/clippy.png", + "category": "Buildkite", + "aliases": [] + }, + { + "name": "grafana", + "image": "img-buildkite-64/grafana.png", + "category": "Buildkite", + "aliases": [] + }, + { + "name": "asciidoctor", + "image": "img-buildkite-64/asciidoctor.png", + "category": "Buildkite", + "aliases": [] + }, { "name": "python-black", "image": "img-buildkite-64/python-black.png", diff --git a/img-buildkite-64/asciidoctor.png b/img-buildkite-64/asciidoctor.png new file mode 100644 index 00000000..b8218313 Binary files /dev/null and b/img-buildkite-64/asciidoctor.png differ diff --git a/img-buildkite-64/clippy.png b/img-buildkite-64/clippy.png new file mode 100644 index 00000000..896a915a Binary files /dev/null and b/img-buildkite-64/clippy.png differ diff --git a/img-buildkite-64/elasticsearch.png b/img-buildkite-64/elasticsearch.png new file mode 100644 index 00000000..6758c58c Binary files /dev/null and b/img-buildkite-64/elasticsearch.png differ diff --git a/img-buildkite-64/grafana.png b/img-buildkite-64/grafana.png new file mode 100644 index 00000000..ea085cf1 Binary files /dev/null and b/img-buildkite-64/grafana.png differ