This commit is contained in:
Ionitron 2016-05-04 17:05:19 -05:00
parent da1cf7c3a1
commit a35580e0dd

View File

@ -15,9 +15,10 @@ function init {
function run {
# no need to run on PRs
if [ -z $CI_PULL_REQUEST ] then
if [ -z $CI_PULL_REQUEST ]; then
exit 0
fi
if [ ! -d "$SITE_DIR" ]; then
echo "checking out"
cd ./scripts