Skip to content
Snippets Groups Projects
Commit 2872c173 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Desperate measures: Introduce singlequotes to check if things are still not working

parent cadfb297
Branches
Tags v3.7-r1
No related merge requests found
...@@ -42,8 +42,8 @@ deploy_{{ project_name }}_venv: ...@@ -42,8 +42,8 @@ deploy_{{ project_name }}_venv:
LANG: en_US.UTF-8 LANG: en_US.UTF-8
LC_CTYPE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8
LC_ALL: en_US.UTF-8 LC_ALL: en_US.UTF-8
PIP_TRUSTED_HOST: apt-proxy.it.hs-hannover.de PIP_TRUSTED_HOST: 'apt-proxy.it.hs-hannover.de'
PIP_INDEX_URL: http://apt-proxy.it.hs-hannover.de:3141/root/pypi/+simple/ PIP_INDEX_URL: 'http://apt-proxy.it.hs-hannover.de:3141/root/pypi/+simple/'
- require: - require:
- file: deploy_venv_directory - file: deploy_venv_directory
- pkg: deploy_venv_pkgs - pkg: deploy_venv_pkgs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment