Prefer :nix: emoji
Buildkite support language extensions as emojis!
This commit is contained in:
parent
36399df006
commit
fa645acf5c
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ let
|
|||
}
|
||||
{
|
||||
command = "nix-build . -I briefcase=$(pwd) --no-out-link --show-trace";
|
||||
label = ":hammer: build";
|
||||
label = ":nix: build";
|
||||
}
|
||||
];
|
||||
in pkgs.writeText "briefcase.yaml" (builtins.toJSON pipeline)
|
||||
|
|
|
@ -12,7 +12,7 @@ let
|
|||
--no-out-link \
|
||||
--show-trace
|
||||
'';
|
||||
label = ":hammer: build";
|
||||
label = ":nix: build";
|
||||
}
|
||||
];
|
||||
in pkgs.writeText "socrates.yml" (builtins.toJSON pipeline)
|
||||
|
|
Loading…
Reference in a new issue