mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
terraform: disable checks for 0.9 as they are failing again
This commit is contained in:
parent
ef78ff8420
commit
16cc87ca29
@ -51,6 +51,7 @@ in {
|
||||
terraform_0_9_11 = generic {
|
||||
version = "0.9.11";
|
||||
sha256 = "045zcpd4g9c52ynhgh3213p422ahds63mzhmd2iwcmj88g8i1w6x";
|
||||
doCheck = true;
|
||||
# checks are failing again
|
||||
doCheck = false;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user