From 0d210e554fac71949bd55477391f01a1e7882bda Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 2 May 2016 16:16:24 +0200 Subject: [PATCH] Fix: pass the commit hash instead of the variable name --- scripts/travis-trigger-hugo-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-trigger-hugo-build.sh b/scripts/travis-trigger-hugo-build.sh index 36919dea..79ba70f0 100644 --- a/scripts/travis-trigger-hugo-build.sh +++ b/scripts/travis-trigger-hugo-build.sh @@ -10,7 +10,7 @@ body='{ "branch":"hugo", "config": { "env": { - "matrix": ["UPDATE_COMMIT=$TRAVIS_COMMIT"] + "matrix": ["UPDATE_COMMIT='"$TRAVIS_COMMIT"'"] } } }}'