Fix ansible comment
Fix "ValueError: No closing quotation" - ansible does not like the quotation character. Change-Id: Ibb25cd99b74ef9c3c5018135a75b591a9b1650c2
This commit is contained in:
parent
ac8951a864
commit
eafae0bb5c
@ -34,7 +34,7 @@
|
||||
|
||||
UPPER_CONSTRAINTS="{{ upper_constraints }}"
|
||||
# NOTE(dhellmann): Place the virtualenv in $HOME because
|
||||
# that's where the build-releasenotes task expects to find it.
|
||||
# that is where the build-releasenotes task expects to find it.
|
||||
python -m virtualenv $HOME/.venv
|
||||
VENV=$HOME/.venv/bin
|
||||
$VENV/pip install sphinx $UPPER_CONSTRAINTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user