From 7b35998e71e06750583c0c3dc10a9673373aed82 Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Thu, 20 Oct 2022 13:48:19 +1100 Subject: [PATCH] Revert "Run acceptance tests in CI against 1.2.9 (#542)" (#553) This reverts commit 36cbaa99058dc4aa5a9e01525dd77b6c8707db6a. --- build/Makefile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.test b/build/Makefile.test index 71a4a159a..1622402c9 100644 --- a/build/Makefile.test +++ b/build/Makefile.test @@ -42,7 +42,7 @@ endif .PHONY: testacc-ci testacc-ci: - @ EC_API_KEY=$(shell cat .ci/.apikey) TF_ACC_TERRAFORM_VERSION=1.2.9 $(MAKE) testacc + @ EC_API_KEY=$(shell cat .ci/.apikey) $(MAKE) testacc .PHONY: sweep-ci sweep-ci: