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

Fix chdir

parent f389c4d0
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
- name: Create the deployment - name: Create the deployment
command: "{{depcreate_cmd}}" command: "{{depcreate_cmd}}"
args:
chdir: "{{ paas_ci_workdir }}" chdir: "{{ paas_ci_workdir }}"
register: depcreate_output register: depcreate_output
failed_when: "'CREATE' not in depcreate_output.stdout" failed_when: "'CREATE' not in depcreate_output.stdout"
......
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