Skip to content

Commit c6c92a1

Browse files
committedMar 23, 2017
terraform: only run tests from 0.9.0 onwards
1 parent a81e253 commit c6c92a1

File tree

1 file changed

+1
-1
lines changed
  • pkgs/applications/networking/cluster/terraform

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/networking/cluster/terraform/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let
2727
export HOME=$TMP
2828
'';
2929

30-
doCheck = builtins.compareVersions version "0.8.8" >= 0;
30+
doCheck = builtins.compareVersions version "0.9.0" >= 0;
3131

3232
meta = with stdenv.lib; {
3333
description = "Tool for building, changing, and versioning infrastructure";

0 commit comments

Comments
 (0)