terraform: disable tests on old versions
This commit is contained in:
@@ -27,7 +27,7 @@ let
|
|||||||
export HOME=$TMP
|
export HOME=$TMP
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = builtins.compareVersions version "0.8.8" >= 0;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tool for building, changing, and versioning infrastructure";
|
description = "Tool for building, changing, and versioning infrastructure";
|
||||||
|
|||||||
Reference in New Issue
Block a user