about summary refs log tree commit diff
path: root/ci
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-21T13·00+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-21T13·00+0100
commitfa645acf5c32b22840d93f6a016b4a090133b495 (patch)
tree22cfb969bbd9f7e18216d8c580d78e57d41bf7cc /ci
parent36399df0060ce3171d3afef40024f7b8448ca99e (diff)
Prefer :nix: emoji
Buildkite support language extensions as emojis!
Diffstat (limited to 'ci')
-rw-r--r--ci/pipelines/briefcase.nix2
-rw-r--r--ci/pipelines/socrates.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/pipelines/briefcase.nix b/ci/pipelines/briefcase.nix
index 39ef3b4370f9..b01e9f93cb9f 100644
--- a/ci/pipelines/briefcase.nix
+++ b/ci/pipelines/briefcase.nix
@@ -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)
diff --git a/ci/pipelines/socrates.nix b/ci/pipelines/socrates.nix
index 14cf10e0ebcb..b75531188e96 100644
--- a/ci/pipelines/socrates.nix
+++ b/ci/pipelines/socrates.nix
@@ -12,7 +12,7 @@ let
           --no-out-link \
           --show-trace
       '';
-      label = ":hammer: build";
+      label = ":nix: build";
     }
   ];
 in pkgs.writeText "socrates.yml" (builtins.toJSON pipeline)