diff options
Diffstat (limited to 'ops/pipelines/static-pipeline.yaml')
-rw-r--r-- | ops/pipelines/static-pipeline.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 872a6c5d27a7..dbac741adb1e 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -66,7 +66,7 @@ steps: - label: ":anchor:" if: "build.branch == 'refs/heads/canon'" command: | - nix-instantiate -A ci.gcroot --add-root /nix/var/nix/gcroots/depot/canon + nix-build -A ci.gcroot --out-link /nix/var/nix/gcroots/depot/canon depends_on: - step: ":duck:" allow_failure: false |