Pass the user and group to the git resource
The clone is done by root otherwise
This commit is contained in:
parent
4fb5390f9b
commit
8ba12e1ba2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user