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

Increased log level

parent ac5b2f34
No related branches found
No related tags found
1 merge request!88Increased log level
Pipeline #131714 failed
......@@ -26,11 +26,6 @@
dest: "{{ paas_ci_workdir + '/scan.py' }}"
mode: a+x
- name: Show dep json file
debug:
msg: "{{ lookup('file', item.path) }}"
with_items: "{{ paas_ci_workdir + '/dep.json' }}"
- name: Load depdep log
command: cat "{{ paas_ci_workdir + '/dep.json' }}"
register: dep_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