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

Merge branch 'debug_paas_ci' into 'main'

show scans logs

See merge request !59
parents f161ded5 e0bb4777
No related branches found
No related tags found
1 merge request!59show scans logs
......@@ -38,10 +38,12 @@
- name: Load scans log
command: cat "{{ paas_ci_workdir + '/scans.log'}}"
register: scans_log
when: summary_report_json.global == 'NOK'
- name: Show scans log
debug:
msg: "{{ scans_log.output }}"
when: summary_report_json.global == 'NOK'
- name: Detailed report summary
debug:
......
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