mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Pass commit hash for update commit message
This commit is contained in:
@@ -7,7 +7,12 @@ set -e
|
||||
|
||||
body='{
|
||||
"request": {
|
||||
"branch":"hugo"
|
||||
"branch":"hugo",
|
||||
"config": {
|
||||
"env": {
|
||||
"matrix": ["UPDATE_COMMIT=$TRAVIS_COMMIT"]
|
||||
}
|
||||
}
|
||||
}}'
|
||||
|
||||
curl -s -X POST \
|
||||
|
||||
Reference in New Issue
Block a user