From 39f3d129ff626b15c463d89f6713e310e8fb381e Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 29 May 2019 15:22:08 +0100 Subject: [PATCH] Fix pipeline emoji and syntax --- .buildkite/pipeline.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 9f44877fe..6206422fc 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -1,13 +1,13 @@ steps: - command: - "go build ./cmd/..." - label: ":hammer-and-wrench: Build / :go: 1.11" + label: ":hammer_and_wrench: Build / :go: 1.11" env: GOGC: "400" DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.11-alpine" + image: "golang:1.11-alpine" - command: - "go test ./..." @@ -17,17 +17,17 @@ steps: DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.11-alpine" + image: "golang:1.11-alpine" - command: - "go build ./cmd/..." - label: ":hammer-and-wrench: Build / :go: 1.12" + label: ":hammer_and_wrench: Build / :go: 1.12" env: GOGC: "400" DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.12-alpine" + image: "golang:1.12-alpine" - command: - "go test ./..." @@ -37,7 +37,7 @@ steps: DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.12-alpine" + image: "golang:1.12-alpine" - command: - "./scripts/find-lint.sh" @@ -47,4 +47,4 @@ steps: DENDRITE_LINT_DISABLE_GC: "1" plugins: - docker#v3.0.1: - image: "golang:1.12-alpine" + image: "golang:1.12-alpine"