Skip to content
Snippets Groups Projects
Commit 6d11d8a1 authored by Marica Antonacci's avatar Marica Antonacci
Browse files

Add missing quoyes

parent 0fb5a997
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
- name: Copy script to run - name: Copy script to run
copy: copy:
src: files/script.py src: files/script.py
dest: {{ paas_ci_scan_script_path }} dest: "{{ paas_ci_scan_script_path }}"
- name: Run scan - name: Run scan
command: "python3 {{ paas_ci_scan_script_path }} {{ paas_ci_test.endpoints_to_scan }} {{ paas_ci_workdir + '/dep.json'}} {{ paas_ci_workdir }}" command: "python3 {{ paas_ci_scan_script_path }} {{ paas_ci_test.endpoints_to_scan }} {{ paas_ci_workdir + '/dep.json'}} {{ paas_ci_workdir }}"
......
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