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

Save dep info for failed deployment

parent 9ac5618f
No related branches found
No related tags found
1 merge request!107Save dep info for failed deployment
Pipeline #136243 failed
......@@ -28,6 +28,11 @@
- set_fact:
deployment: "{{ depcreate_output.stdout|from_json }}"
- name: Save preliminary deployment info to file
copy:
dest: "{{ paas_ci_workdir }}/dep.json"
content: "{{ deployment }}"
- debug:
var: deployment
......
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