Skip to content
Snippets Groups Projects
Commit e62ec38b authored by qweqweasdasd's avatar qweqweasdasd
Browse files

Fix python command line

parent f44660c0
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,9 @@
shell: cat "{{ paas_ci_workdir + '/severity.json'}}"
register: severity
- debug:
var: severity
- name: import severity
set_fact:
severity_json: "{{ severity | 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