mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 09:49:35 +08:00
updating CI commit and notification settings
This commit is contained in:
parent
f198eabe71
commit
3fe4217f6a
@ -32,13 +32,13 @@ function run {
|
|||||||
|
|
||||||
# if no changes, don't commit
|
# if no changes, don't commit
|
||||||
if [[ "$CHANGES" == "" ]]; then
|
if [[ "$CHANGES" == "" ]]; then
|
||||||
ls
|
echo "-- No changes detected for the following commit, docs not updated."
|
||||||
echo "-- No changes detected in docs for $VERSION_NAME; docs not updated."
|
echo "https://github.com/driftyco/$CIRCLE_PROJECT_REPONAME/commit/$CIRCLE_SHA1"
|
||||||
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 add -A
|
git add -A
|
||||||
git commit -am "Automated build of platform docs v$VERSION"
|
git commit -am "Automated build of platform docs $CIRCLE_PROJECT_REPONAME $CIRCLE_SHA1"
|
||||||
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