mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 21:44:49 +00:00
terraform: disable tests on old versions
This commit is contained in:
parent
020791f7e1
commit
853d01fe41
@ -27,7 +27,7 @@ let
|
||||
export HOME=$TMP
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
doCheck = builtins.compareVersions version "0.8.8" >= 0;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tool for building, changing, and versioning infrastructure";
|
||||
|
Loading…
Reference in New Issue
Block a user