terraform: disable tests on old versions
This commit is contained in:
parent
020791f7e1
commit
853d01fe41
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue