Revert "Debug the gate job exit tasks"

This reverts commit cd9fd66748.

Change-Id: Ic8ca2f59fb0d09911c79896d007cc03e0f4c8798
This commit is contained in:
Logan V 2018-09-16 14:08:03 -05:00
parent 41d258b356
commit 4630448aa3
1 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@
removes: "{{ vault_key_path }}"
- name: Run the log collection script
shell: |
set -x
source scripts/scripts-library.sh
gate_job_exit_tasks
become: yes
@ -19,9 +18,6 @@
environment:
GATE_EXIT_LOG_COPY: 'true'
GATE_LOG_DIR: "{{ lsn_ci_src_path }}/logs"
register: test_gate_job_exit
- debug:
msg: "{{ test_gate_job_exit.stdout }}"
- name: Check whether a logs folder exists
stat:
path: "{{ lsn_ci_src_path }}/logs"