From 73095b121189bb12b00426c605faf4fc01ecee62 Mon Sep 17 00:00:00 2001 From: Ionitron Date: Wed, 4 May 2016 17:08:28 -0500 Subject: [PATCH] pulling for now --- scripts/docs/prepare.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/docs/prepare.sh b/scripts/docs/prepare.sh index 7cae3ada..5300127a 100755 --- a/scripts/docs/prepare.sh +++ b/scripts/docs/prepare.sh @@ -14,10 +14,6 @@ function init { } function run { - # no need to run on PRs - if [ -z $CI_PULL_REQUEST ]; then - exit 0 - fi if [ ! -d "$SITE_DIR" ]; then echo "checking out"