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