fix(pipelines/depot): Buildkite refers to branches by full ref
This change is required to run the ⚓ step on canon builds. Change-Id: Ib3cebac67c9f5337b27a948f120b0a9ba834ef2a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2932 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
7e2023546c
commit
9073ac18c4
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ let
|
|||
({
|
||||
command = "nix-instantiate -A ci.gcroot --add-root /nix/var/nix/gcroots/depot/canon";
|
||||
label = ":anchor:";
|
||||
"if" = ''build.branch == "canon"'';
|
||||
"if" = ''build.branch == "refs/heads/canon"'';
|
||||
depends_on = [{
|
||||
step = ":duck:";
|
||||
allow_failure = false;
|
||||
|
|
Loading…
Reference in a new issue