diff --git a/.zuul.d/playbooks-deploy/post.yml b/.zuul.d/playbooks-deploy/post.yml index 4624ffe..4b23dea 100644 --- a/.zuul.d/playbooks-deploy/post.yml +++ b/.zuul.d/playbooks-deploy/post.yml @@ -8,6 +8,7 @@ removes: "{{ vault_key_path }}" - name: Run the log collection script shell: | + set -x source scripts/scripts-library.sh gate_job_exit_tasks become: yes @@ -18,3 +19,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 }}"