Commit b101482c authored by tywldx's avatar tywldx

fix

parent 1a8a27bf
...@@ -17,3 +17,10 @@ do ...@@ -17,3 +17,10 @@ do
mysql -uroot < $entry mysql -uroot < $entry
done done
export NAMESPACE=`cat /var/run/secrets/kubernetes.io/serviceaccount/namespace`
echo "cd $WORK_PATH"
cd $WORK_PATH
echo "replace DB string"
sh replace.sh 127.0.0.1 3306 qa qatest true $NAMESPACE
\ No newline at end of file
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