mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
attempting to prevent errors in the even a commit to ionic-site is made during docgen
This commit is contained in:
parent
487aaafb15
commit
3a80434a1c
@ -32,6 +32,11 @@ function run {
|
|||||||
else
|
else
|
||||||
git add -A
|
git add -A
|
||||||
git commit -am "Automated build of native docs driftyco/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1"
|
git commit -am "Automated build of native docs driftyco/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1"
|
||||||
|
# in case a different commit was pushed to ionic-site during doc/demo gen,
|
||||||
|
# try to rebase around it before pushing
|
||||||
|
git fetch
|
||||||
|
git rebase
|
||||||
|
|
||||||
git push origin master
|
git push origin master
|
||||||
|
|
||||||
echo "-- Updated docs for $VERSION_NAME succesfully!"
|
echo "-- Updated docs for $VERSION_NAME succesfully!"
|
||||||
|
Loading…
Reference in New Issue
Block a user