Only run compilation when source code is updated

This commit is contained in:
Râu Cao 2024-06-08 17:13:51 +02:00
parent 33012f64c7
commit 65b6d65527
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -40,7 +40,7 @@ else
execute "compile" do
cwd "/usr/local/src/strfry"
command "make setup-golpe && make -j$(nproc)"
# action :nothing
action :nothing
notifies :create, "link[/usr/local/bin/strfry]", :immediately
notifies :restart, "service[strfry]", :delayed
end