Skip to content

Commit

Permalink
Adds missing reference to unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
bkase committed Apr 11, 2020
1 parent 47d2e97 commit cfc75d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] }

0 comments on commit cfc75d6

Please sign in to comment.