Change the release remote back to origin
This commit is contained in:
parent
362751acd4
commit
c13b284c74
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user