Browse Source

change automake.

yuchuli 2 years ago
parent
commit
ebcb5ce340
1 changed files with 2 additions and 2 deletions
  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"`