Skip to content

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Jun 30, 2016
1 parent bcce482 commit 03f018d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.sh
Expand Up @@ -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}\",
Expand Down

0 comments on commit 03f018d

Please sign in to comment.