zhangbo 1 年之前
父节点
当前提交
ee8da6e179
共有 1 个文件被更改,包括 0 次插入1 次删除
  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