Commit 3a61a41d by sikang

add release log

parent 6c6722d7
...@@ -178,13 +178,18 @@ then ...@@ -178,13 +178,18 @@ then
elif (($commod == '20')) elif (($commod == '20'))
then then
chmod a+x refresh_gponline.sh # chmod a+x refresh_gponline.sh
if((${#1} > 0)) # if((${#1} > 0))
then # then
gp_release/gp_release.sh "${corp_id}${1}" # gp_release/gp_release.sh
else # else
gp_release/gp_release.sh # gp_release/gp_release.sh
fi # fi
cd ../../
project_path=$(cd `dirname $0`; pwd)
cd ../gp_release
./release.sh "${project_path##*/}" "${corp_id}${1}"
elif (($commod == '21')) elif (($commod == '21'))
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment