From 6c4c908678c5f75e50a7c871cb4968a7904c4965 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 26 Apr 2019 15:09:01 +0100 Subject: [PATCH] consistent capitalisation in buildkite pipelines --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 03123aca27..3cab4e0fb3 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -32,7 +32,7 @@ steps: image: "node:10" propagate-environment: true - - label: ":hammer: package" + - label: ":hammer: Package" command: - "echo '--- Fetching Dependencies'" - "./scripts/fetch-develop.deps.sh --depth 1"