mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Unbreak the pip-compile command when multiple files are passed in (#14875)
This commit is contained in:
parent
b0565e9937
commit
38424487f1
@ -23,7 +23,7 @@ generate_requirements() {
|
||||
# FIXME: https://github.com/jazzband/pip-tools/issues/1558
|
||||
${venv}/bin/python3 -m pip install -U 'pip<22.0' pip-tools
|
||||
|
||||
${pip_compile} "$1" --output-file requirements.txt
|
||||
${pip_compile} $1 --output-file requirements.txt
|
||||
# consider the git requirements for purposes of resolving deps
|
||||
# Then remove any git+ lines from requirements.txt
|
||||
if [[ "$sanitize_git" == "1" ]] ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user