region_rule_rank_h_task_zhangbo.sh 662 B

12345678910111213
  1. source /etc/profile
  2. echo $ROV_OFFLINE_ENV
  3. if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
  4. cd /root/zhangbo/rov-offline && /root/anaconda3/bin/python rule_rank_h_by_24h.py &&
  5. /root/anaconda3/bin/python region_rule_rank_h_by24h.py &&
  6. /root/anaconda3/bin/python rule_rank_h_new.py &&
  7. /root/anaconda3/bin/python region_rule_rank_h.py '24h'
  8. elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
  9. cd /root/zhangbo/rov-offline && /root/anaconda3/bin/python rule_rank_h_by_24h.py &&
  10. /root/anaconda3/bin/python region_rule_rank_h_by24h.py &&
  11. /root/anaconda3/bin/python rule_rank_h_new.py &&
  12. /root/anaconda3/bin/python region_rule_rank_h.py '24h'
  13. fi