Commit 3a61a41d by sikang

add release log

parent 6c6722d7
......@@ -178,13 +178,18 @@ then
elif (($commod == '20'))
then
chmod a+x refresh_gponline.sh
if((${#1} > 0))
then
gp_release/gp_release.sh "${corp_id}${1}"
else
gp_release/gp_release.sh
fi
# chmod a+x refresh_gponline.sh
# if((${#1} > 0))
# then
# gp_release/gp_release.sh
# else
# gp_release/gp_release.sh
# fi
cd ../../
project_path=$(cd `dirname $0`; pwd)
cd ../gp_release
./release.sh "${project_path##*/}" "${corp_id}${1}"
elif (($commod == '21'))
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