Remove artifact script [skip ci]

The makefile does all of this for us now
next
Sayan 3 years ago committed by GitHub
parent d826acf0c1
commit 6995dfe359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +0,0 @@
cd artifacts
shopt -s dotglob
find * -prune -type d | while IFS= read -r d; do
echo "Zipping $d into $d.zip"
zip $d.zip -r $d
done
Loading…
Cancel
Save