Organize check commit CI printout | Don't copy .git folder in CI

This commit is contained in:
abejgonzalez
2020-12-29 10:54:05 -08:00
parent 6b0d57d606
commit 06dccdb588
2 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
copy () {
rsync -avzp -e 'ssh' $1 $2
rsync -avzp -e 'ssh' --exclude '.git' $1 $2
}
run () {