mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix: pass the commit hash instead of the variable name
This commit is contained in:
@@ -10,7 +10,7 @@ body='{
|
||||
"branch":"hugo",
|
||||
"config": {
|
||||
"env": {
|
||||
"matrix": ["UPDATE_COMMIT=$TRAVIS_COMMIT"]
|
||||
"matrix": ["UPDATE_COMMIT='"$TRAVIS_COMMIT"'"]
|
||||
}
|
||||
}
|
||||
}}'
|
||||
|
||||
Reference in New Issue
Block a user