Skip to content

Commit a792360

Browse files
revert test comment on test-stack target
1 parent 0ff674c commit a792360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ acceptance:
3333
test-stack: set-local
3434
terraform -chdir=examples/resources/minikube_cluster init || true
3535
terraform -chdir=examples/resources/minikube_cluster apply --auto-approve
36-
# terraform -chdir=examples/resources/minikube_cluster destroy --auto-approve
36+
terraform -chdir=examples/resources/minikube_cluster destroy --auto-approve
3737

3838
.PHONY: build
3939
build:

0 commit comments

Comments
 (0)