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

Increase log level

parent 7272721b
No related branches found
No related tags found
1 merge request!86Debug paas ci
......@@ -43,6 +43,19 @@
debug:
var: imported_depdep_log
- name: Show BEFORE paas_ci_test.endpoints_to_scan log
debug:
var: paas_ci_test.endpoints_to_scan
- name: Fail if "bar" is undefined
set_fact:
paas_ci_test.endpoints_to_scan: "None"
when: paas_ci_test.endpoints_to_scan is undefined
- name: Show AFTER paas_ci_test.endpoints_to_scan log
debug:
var: paas_ci_test.endpoints_to_scan
- name: Run scan
command: "{{ paas_ci_workdir + '/scan.py' }} --endpoint-keys {{ paas_ci_test.endpoints_to_scan }} --dep-json {{ paas_ci_workdir + '/dep.json'}} --output-dir {{ paas_ci_workdir }}"
register: scan_output
......
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