Update Gitea to 1.12.3 #197

Merged
greg merged 3 commits from feature/189-gitea_1.12.3 into master 2020-07-30 10:39:18 +00:00
Showing only changes of commit 5e5bbe07dc - Show all commits

View File

@ -112,6 +112,7 @@ remote_file gitea_binary_path do
source node['kosmos_gitea']['binary_url']
checksum node['kosmos_gitea']['binary_checksum']
mode "0755"
notifies :restart, "service[gitea]", :delayed
end
execute "systemctl daemon-reload" do