chore(): rename org
This commit is contained in:
parent
f3b7467ffd
commit
ec773de686
@ -35,7 +35,7 @@ function run {
|
|||||||
else
|
else
|
||||||
git config --global user.email "hi@ionicframework.com"
|
git config --global user.email "hi@ionicframework.com"
|
||||||
git config --global user.name "Ionitron"
|
git config --global user.name "Ionitron"
|
||||||
git commit -am "Automated build of native docs driftyco/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1"
|
git commit -am "Automated build of native docs ionic-team/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1"
|
||||||
# in case a different commit was pushed to ionic-site during doc/demo gen,
|
# in case a different commit was pushed to ionic-site during doc/demo gen,
|
||||||
# try to rebase around it before pushing
|
# try to rebase around it before pushing
|
||||||
git fetch
|
git fetch
|
||||||
|
@ -23,7 +23,7 @@ function run {
|
|||||||
git config --global user.email "hi@ionicframework.com"
|
git config --global user.email "hi@ionicframework.com"
|
||||||
git config --global user.name "Ionitron"
|
git config --global user.name "Ionitron"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -am "Automated build of native readmes for driftyco/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1"
|
git commit -am "Automated build of native readmes for ionic-team/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1"
|
||||||
# in case a different commit was pushed to ionic-site during doc/demo gen,
|
# in case a different commit was pushed to ionic-site during doc/demo gen,
|
||||||
# try to rebase around it before pushing
|
# try to rebase around it before pushing
|
||||||
git fetch
|
git fetch
|
||||||
|
@ -21,7 +21,7 @@ function run {
|
|||||||
git config --global user.email "hi@ionicframework.com"
|
git config --global user.email "hi@ionicframework.com"
|
||||||
git config --global user.name "Ionitron"
|
git config --global user.name "Ionitron"
|
||||||
|
|
||||||
git clone git@github.com:driftyco/$REPOSITORY.git $DIRECTORY $ARGS
|
git clone git@github.com:ionic-team/$REPOSITORY.git $DIRECTORY $ARGS
|
||||||
cd $DIRECTORY
|
cd $DIRECTORY
|
||||||
git fetch origin --tags
|
git fetch origin --tags
|
||||||
cd ../
|
cd ../
|
||||||
|
Loading…
x
Reference in New Issue
Block a user