From de86142e6c11d34aede177ccf32d2c24c807199f Mon Sep 17 00:00:00 2001 From: jefferyfry Date: Tue, 30 Jun 2020 16:34:06 -0700 Subject: [PATCH] Removed cleanup step from AWS step. --- Ansible/test/aws/playbook.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Ansible/test/aws/playbook.yaml b/Ansible/test/aws/playbook.yaml index a859072..efcbea8 100644 --- a/Ansible/test/aws/playbook.yaml +++ b/Ansible/test/aws/playbook.yaml @@ -144,8 +144,8 @@ shell: cmd: ./gradlew clean unified_test chdir: ../tests/ - - name: Cleanup and delete stack - cloudformation: - stack_name: "{{ lookup('env', 'stack_name') }}" - region: "us-east-1" - state: "absent" \ No newline at end of file +# - name: Cleanup and delete stack +# cloudformation: +# stack_name: "{{ lookup('env', 'stack_name') }}" +# region: "us-east-1" +# state: "absent" \ No newline at end of file