mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
chore(CI): doh! silly logical mistake
This commit is contained in:
parent
7fa2f7f364
commit
ef148d2a68
@ -24,7 +24,7 @@ function run {
|
||||
cd $SITE_DIR
|
||||
|
||||
# if no changes, don't commit
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
if [[ !`git status --porcelain` ]]; then
|
||||
echo "-- No changes detected for the following commit, docs not updated."
|
||||
echo "https://github.com/driftyco/$CIRCLE_PROJECT_REPONAME/commit/$CIRCLE_SHA1"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user