Skip to content

Commit

Permalink
Merge pull request #988 from bryan-aguilar/cleanupSync
Browse files Browse the repository at this point in the history
execute terraform cleanup synchronously
  • Loading branch information
Aneurysm9 authored Dec 5, 2022
2 parents 06496c5 + 52d4161 commit aec3630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ checkCacheHits:

.PHONY: terraformCleanup
terraformCleanup: test-case-batch
cat test-case-batch | xargs -L1 ./executeTerraformCleanup.sh
cat test-case-batch | xargs -L1 -P1 ./executeTerraformCleanup.sh



0 comments on commit aec3630

Please sign in to comment.