Commit 73512154 authored by captainwong's avatar captainwong

fix git

parent 82ec98b3
......@@ -10,7 +10,7 @@ ssh -t ${LINUX_TARGET} <<EOF
git reset --hard HEAD
git pull
git checkout ${PROJECT_BRANCH}
git pull
git pull origin ${PROJECT_BRANCH}
cd swig
export JAVA_HOME=${LINUX_JAVA_HOME}
./linux_java.sh
......
......@@ -10,7 +10,7 @@ ssh -t ${LINUX_TARGET} <<EOF
git reset --hard HEAD
git pull
git checkout ${PROJECT_BRANCH}
git pull
git pull origin ${PROJECT_BRANCH}
cd swig
./linux_mac_node.sh
cd ../tools
......
......@@ -10,7 +10,7 @@ ssh -t ${MACOS_TARGET} <<EOF
git reset --hard HEAD
git pull
git checkout ${PROJECT_BRANCH}
git pull
git pull origin ${PROJECT_BRANCH}
cd swig
./mac_java.sh
cd ../tools
......
......@@ -10,7 +10,7 @@ ssh -t ${MACOS_TARGET} <<EOF
git reset --hard HEAD
git pull
git checkout ${PROJECT_BRANCH}
git pull
git pull origin ${PROJECT_BRANCH}
cd swig
./linux_mac_node.sh
cd ../tools
......
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