mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
chore(CI): testing something
This commit is contained in:
parent
9c8b0ceda6
commit
9241339b2c
@ -24,7 +24,7 @@ function run {
|
|||||||
cd $SITE_DIR
|
cd $SITE_DIR
|
||||||
|
|
||||||
# if no changes, don't commit
|
# if no changes, don't commit
|
||||||
if if [ -n "$(git status --porcelain)" ]; then
|
if [ -z "$(git status --porcelain)" ]; 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"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user