Skip to content
Snippets Groups Projects
Commit 5ff9f1df authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Send logs when deployment nok

parent 89f541a3
No related branches found
No related tags found
1 merge request!115Debug paas ci
......@@ -64,15 +64,6 @@
dest: "{{ paas_ci_workdir }}/depshow_deployment.txt"
content: "{{ depshow_verbose_output.stdout }}"
- name: Retrieve deplog from deployment
command: orchent deplog "{{ deployment.uuid }}"
register: deplog_output
- name: Save deplog to file
copy:
dest: "{{ paas_ci_workdir }}/deplog_deployment.txt"
content: "{{ deplog_output.stdout }}"
- set_fact:
deployment: "{{ depshow_output.stdout|from_json }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment