Pass commit hash for update commit message

This commit is contained in:
Philipp Oppermann
2016-05-02 16:09:15 +02:00
parent b633b29b6c
commit 622c4f0797

View File

@@ -7,7 +7,12 @@ set -e
body='{
"request": {
"branch":"hugo"
"branch":"hugo",
"config": {
"env": {
"matrix": ["UPDATE_COMMIT=$TRAVIS_COMMIT"]
}
}
}}'
curl -s -X POST \