Skip to content
Snippets Groups Projects
Commit 1b32ae7d authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Fix typo

parent 365c5f1c
No related branches found
No related tags found
1 merge request!49Fixes
Pipeline #21972 failed
......@@ -117,7 +117,7 @@
become: "{{'yes' if core_ansible_become_user is defined else 'no' }}"
- name: Configuring evaluation_system
shell:
cmd: $PYTHON3 deploy.py {{ core_root_dir }} -s --no-conda
cmd: $PYTHON3 deploy.py {{ core_install_dir }} -s --no-conda
chdir: /tmp/evaluation_system
environment:
PYTHON3: "{{ ansible_python_interpreter }}"
......
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