Pass the user and group to the git resource
The clone is done by root otherwise
This commit is contained in:
@@ -38,6 +38,8 @@ application hal8000_path do
|
||||
group "hubot"
|
||||
|
||||
git do
|
||||
user "hubot"
|
||||
group "hubot"
|
||||
repository "https://github.com/67P/hal8000.git"
|
||||
revision "master"
|
||||
end
|
||||
@@ -120,6 +122,8 @@ application botka_freenode_path do
|
||||
group "hubot"
|
||||
|
||||
git do
|
||||
user "hubot"
|
||||
group "hubot"
|
||||
repository "https://github.com/67P/botka.git"
|
||||
revision "master"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user