Fix: pass the commit hash instead of the variable name

This commit is contained in:
Philipp Oppermann
2016-05-02 16:16:24 +02:00
parent 622c4f0797
commit 0d210e554f

View File

@@ -10,7 +10,7 @@ body='{
"branch":"hugo", "branch":"hugo",
"config": { "config": {
"env": { "env": {
"matrix": ["UPDATE_COMMIT=$TRAVIS_COMMIT"] "matrix": ["UPDATE_COMMIT='"$TRAVIS_COMMIT"'"]
} }
} }
}}' }}'