mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
amend(): greater than should be equal
This commit is contained in:
parent
bb4308e7d8
commit
027b10a6dd
@ -28,7 +28,7 @@ function run {
|
|||||||
|
|
||||||
# if no changes, don't commit
|
# if no changes, don't commit
|
||||||
CHANGED=$(git diff-index --name-only HEAD 2>/dev/null | wc -l)
|
CHANGED=$(git diff-index --name-only HEAD 2>/dev/null | wc -l)
|
||||||
if [ $CHANGED -gt 0 ];
|
if [ $CHANGED -eq 0 ];
|
||||||
then
|
then
|
||||||
echo "-- No changes detected for the following commit, docs not updated."
|
echo "-- No changes detected for the following commit, docs not updated."
|
||||||
echo "https://github.com/driftyco/$CIRCLE_PROJECT_REPONAME/commit/$CIRCLE_SHA1"
|
echo "https://github.com/driftyco/$CIRCLE_PROJECT_REPONAME/commit/$CIRCLE_SHA1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user