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

Update workdir var

parent 5532ec74
No related branches found
No related tags found
No related merge requests found
---
# defaults file for paas-ci
paas_ci_orchestrator_url: https://paas.cloud.infn.it/orchestrator
paas_ci_workdir: "{{ lookup('env','PWD') }}"
paas_ci_workdir: "{{ lookup('env','WORKSPACE') }}"
......@@ -4,6 +4,9 @@
uri:
url: "{{ paas_ci_orchestrator_url }}"
- debug:
var: paas_ci_workdir
- block:
- name: Get template
get_url:
......
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