diff --git a/ci/pipelines/briefcase.nix b/ci/pipelines/briefcase.nix index 9b09ef69b..39ef3b437 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) diff --git a/ci/pipelines/socrates.nix b/ci/pipelines/socrates.nix index ffea654da..14cf10e0e 100644 --- a/ci/pipelines/socrates.nix +++ b/ci/pipelines/socrates.nix @@ -12,7 +12,7 @@ let --no-out-link \ --show-trace ''; - label = ":laptop: Socrates [build]"; + label = ":hammer: build"; } ]; in pkgs.writeText "socrates.yml" (builtins.toJSON pipeline)