From cfc75d680655dd7c4b3ee6930e66d47634772790 Mon Sep 17 00:00:00 2001 From: Brandon Kase Date: Sat, 11 Apr 2020 02:50:33 -0400 Subject: [PATCH] Adds missing reference to unzip --- .buildkite/pipeline.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.dhall b/.buildkite/pipeline.dhall index 56f1248..8093b83 100644 --- a/.buildkite/pipeline.dhall +++ b/.buildkite/pipeline.dhall @@ -15,4 +15,4 @@ let a3 : CommandType = let b1 : CommandType = { command = "nix-shell shell.nix --run \"./result/bin/headless golden tests/golden_master tests/golden_master/golden_tests.dhall\"", label = "Golden Master Tests", key = "golden", depends_on = Some "release" } in -{ steps = [ a1, a2, a3, b1 ] } +{ steps = [ a0, a1, a2, a3, b1 ] }