zhangbo 1 år sedan
förälder
incheckning
ee8da6e179
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      zhangbo/06_update_everyday_feature.sh

+ 0 - 1
zhangbo/06_update_everyday_feature.sh

@@ -14,7 +14,6 @@ max_minute=00
 
 # 0 判断上游表是否生产完成,最长等待到12点
 source /root/anaconda3/bin/activate py37
-source ~/.bash_profile
 while true; do
   python_return_code=$(python utils.py --excute_program check_item_hive --partition ${today_early_1})
   if [ $python_return_code -eq 0 ]; then