chore(CI): testing a change

This commit is contained in:
Perry Govier 2016-12-05 16:26:00 -06:00 committed by GitHub
parent 78c226e83d
commit 9c8b0ceda6

View File

@ -24,7 +24,7 @@ function run {
cd $SITE_DIR
# if no changes, don't commit
if ! [[ `git status --porcelain` ]]; then
if if [ -n "$(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