Make the script executable, remove the tmp directory at the end

main
Simon Quigley 4 weeks ago
parent 460cb9428b
commit 7ec798d37b

@ -12,3 +12,4 @@ rsync -av --delete /var/log/lubuntu-ci/* output.tmp/logs/
# Make the output directory live
rsync -av --delete output.tmp/* output/
rm -rf output.tmp

Loading…
Cancel
Save