mirror of https://github.com/CGAL/cgal
Fix bin/dump_crontab
This commit is contained in:
parent
da85263116
commit
2f8be5406d
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
cd $HOME/CGAL/next/Maintenance/infrastructure/cgal.geometryfactory.com/
|
||||
crontab -l >| crontab
|
||||
if [ -d .git ]; then
|
||||
if [ -d ../../../.git ]; then
|
||||
git pull 2> /dev/null
|
||||
git add crontab
|
||||
git commit -m 'updated crontab (automated commit)' && git push origin master
|
||||
|
|
|
|||
Loading…
Reference in New Issue