Skip to content

Commit

Permalink
Revert "Run acceptance tests in CI against 1.2.9 (elastic#542)" (elas…
Browse files Browse the repository at this point in the history
…tic#553)

This reverts commit 63a2ea3.
  • Loading branch information
tobio authored Oct 20, 2022
1 parent e9fe846 commit 2ec92ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.test
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2ec92ca

Please sign in to comment.