|
@@ -20,7 +20,7 @@ branch="build-$ver"
|
|
curbranch=`git branch | grep "*" | sed "s/* //"`
|
|
curbranch=`git branch | grep "*" | sed "s/* //"`
|
|
timestamp=$(date)
|
|
timestamp=$(date)
|
|
tokens="s/@@ver@@/$ver/g;s/\@@timestamp@@/$timestamp/g"
|
|
tokens="s/@@ver@@/$ver/g;s/\@@timestamp@@/$timestamp/g"
|
|
-remote="github"
|
|
|
|
|
|
+remote="origin"
|
|
|
|
|
|
echo "Pulling from origin"
|
|
echo "Pulling from origin"
|
|
|
|
|