浏览代码

change automake.

yuchuli 2 年之前
父节点
当前提交
ebcb5ce340
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      sh/automake/automake_agx.sh

+ 2 - 2
sh/automake/automake_agx.sh

@@ -34,7 +34,7 @@ echo "code version: "$GITVERSIONCODE
 
 
 month=`date +%Y.%m`
-urllink="http://10.16.0.119:3000/adc_pilot/modularization_pro/src/master/agx"
+urllink="http://111.33.136.149:3000/adc_pilot/modularization_pro/src/master/agx"
 
 
 if [ "$GITVERSIONCODE" =  "$VERSIONCODE" ]; then
@@ -51,7 +51,7 @@ else
 	cd ../../modularization
 	cp pilotbin.zip ../modularization_pro/agx/$month/$GITVERSIONCODE.zip
 	cd ../modularization_pro/agx
-	
+	git add $month
 	cat /dev/null > appversion
     	echo "$VERSIONCODE" >> appversion
 	compiletime=`date "+%Y.%m.%d %H:%M:%S"`