Browse Source

调整build目录

master
lizw 4 years ago
parent
commit
a9a7db4183
  1. 4
      build.sh

4
build.sh

@ -136,8 +136,8 @@ deployPush() {
if [ -n "$(git config user.name)" ]; then if [ -n "$(git config user.name)" ]; then
echo -e "$echoPrefix git config user.name 'bot' $echoSuffix" echo -e "$echoPrefix git config user.name 'bot' $echoSuffix"
git config user.name 'bot' git config user.name 'bot'
echo -e "$echoPrefix git config user.name 'bot@git.com' $echoSuffix" echo -e "$echoPrefix git config user.email 'bot@git.com' $echoSuffix"
git config user.name 'bot@git.com' git config user.email 'bot@git.com'
fi fi
echo -e "$echoPrefix git add -A $echoSuffix" echo -e "$echoPrefix git add -A $echoSuffix"
git add -A git add -A

Loading…
Cancel
Save