Skip to content
Snippets Groups Projects
Unverified Commit dc382dcf authored by Ian Baum's avatar Ian Baum
Browse files

Use the correct version number

parent 1032d527
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,7 +33,7 @@ build do
 
# Version 1.0 of PrettyTable does not work with Patroni 1.6.4
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5701
command "#{install_dir}/embedded/bin/pip3 install prettytable==0.7", env: env
command "#{install_dir}/embedded/bin/pip3 install prettytable==0.7.2", env: env
 
command "#{install_dir}/embedded/bin/pip3 install patroni[consul]==#{version}", env: env
end
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