mirror of https://github.com/zulip/zulip.git
update-locked-requirements: Print some progress information.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
20c7ada7c5
commit
9f09d4fcfd
|
@ -11,6 +11,7 @@ compile_requirements () {
|
|||
output="$2"
|
||||
python_version="$3"
|
||||
|
||||
echo "Compiling $output"
|
||||
if [ "$python_version" == "py2" ]; then
|
||||
/srv/zulip-thumbor-venv/bin/pip-compile --quiet --allow-unsafe --no-header --output-file "$output" "$source"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue