mirror of https://github.com/CGAL/cgal
Fix bin/dump_crontab
~/infrastructure is a symlink to ~/CGAL/branches/local-master.git where I can modify files
This commit is contained in:
parent
4c540f9e7b
commit
899e8c55d1
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
cd $HOME/CGAL/next/Maintenance/infrastructure/cgal.geometryfactory.com/
|
cd $HOME/infrastructure
|
||||||
crontab -l >| crontab
|
crontab -l >| crontab
|
||||||
if [ -d ../../../.git ]; then
|
if [ -d ../../../.git ]; then
|
||||||
git pull --quiet
|
git pull --quiet
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue