From 36399df0060ce3171d3afef40024f7b8448ca99e Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 21 Aug 2020 13:51:47 +0100 Subject: Use emojis for build, lint steps Y'know... the important stuff --- ci/pipelines/briefcase.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/pipelines/briefcase.nix') diff --git a/ci/pipelines/briefcase.nix b/ci/pipelines/briefcase.nix index 9b09ef69b5d9..39ef3b4370f9 100644 --- a/ci/pipelines/briefcase.nix +++ b/ci/pipelines/briefcase.nix @@ -4,11 +4,11 @@ let pipeline.steps = [ { command = "${pkgs.git-secrets}/bin/git-secrets --scan-history"; - label = ":briefcase: Briefcase [lint]"; + label = ":broom: lint"; } { command = "nix-build . -I briefcase=$(pwd) --no-out-link --show-trace"; - label = ":briefcase: Briefcase [build]"; + label = ":hammer: build"; } ]; in pkgs.writeText "briefcase.yaml" (builtins.toJSON pipeline) -- cgit 1.4.1