mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 05:06:56 -06:00
Removed cleanup step from AWS step.
This commit is contained in:
@@ -144,8 +144,8 @@
|
|||||||
shell:
|
shell:
|
||||||
cmd: ./gradlew clean unified_test
|
cmd: ./gradlew clean unified_test
|
||||||
chdir: ../tests/
|
chdir: ../tests/
|
||||||
- name: Cleanup and delete stack
|
# - name: Cleanup and delete stack
|
||||||
cloudformation:
|
# cloudformation:
|
||||||
stack_name: "{{ lookup('env', 'stack_name') }}"
|
# stack_name: "{{ lookup('env', 'stack_name') }}"
|
||||||
region: "us-east-1"
|
# region: "us-east-1"
|
||||||
state: "absent"
|
# state: "absent"
|
||||||
Reference in New Issue
Block a user