chore: fixes #9
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jovany Leandro G.C bit4bit@riseup.net 2023-08-03 15:52:58 -05:00
parent ad9a99ecc0
commit 1453766396

View File

@ -40,7 +40,7 @@ task :tdd do
tdd_cache = cache.read()
if num > 0 && (tdd_cache != hash)
compose('exec', 'app.dev', 'rm -f /tmp/*.dump')
compose('exec', 'app.dev', 'bash -c "rm -f /tmp/*.dump"')
cache.seek(0); cache.write(hash)
end
end