1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Change the release remote back to origin

This commit is contained in:
Kevin Brown 2014-07-22 19:00:44 -04:00
parent 362751acd4
commit c13b284c74

View File

@ -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"