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

Fix script path

parent 0c006516
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@
paas_ci_orchestrator_url: https://paas.cloud.infn.it/orchestrator
paas_ci_iam_group: admins/cicd
paas_ci_workdir: "{{ lookup('env','WORKSPACE') }}"
paas_ci_scan_script_path: '/opt/scan.py'
paas_ci_scan_script_path: "{{ paas_ci_workdir }}/scan.py"
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