From 03f018df13db1da30a384f60882cc5ea286b538c Mon Sep 17 00:00:00 2001 From: mapsam Date: Thu, 30 Jun 2016 16:03:48 -0700 Subject: [PATCH] fix function call --- scripts/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index a9c2d24496..4b930b3e10 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -27,13 +27,13 @@ else # only publish docs from a single build environment which has DOC_JOB set if [[ ${COMMIT_MESSAGE} =~ "[publish docs]" ]] && [[ ${DOC_JOB:-} == "true" ]]; then echo "Publishing docs" - trigger_docs() + trigger_docs else echo "Skipping publishing docs." fi; fi -trigger_docs() { +trigger_docs () { body="{ \"request\": { \"message\": \"Triggered build: Mapnik core commit ${TRAVIS_COMMIT}\",