Browse Source

PAPR: install new requirements during upgrade

Vadim Rutkovsky 6 năm trước cách đây
mục cha
commit
eaf0d01f6d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .papr.sh

+ 1 - 0
.papr.sh

@@ -75,6 +75,7 @@ ansible-playbook -vvv -i $PAPR_INVENTORY $PAPR_EXTRAVARS playbooks/deploy_cluste
 if [[ "${PAPR_UPGRADE_FROM}" != "0" ]]; then
   git checkout new-code
   git clean -fdx
+  pip install -r requirements.txt
 fi
 
 # Run upgrade playbook