mirror of https://github.com/CGAL/cgal
Change the rename of the remote
This commit is contained in:
parent
a588ff698b
commit
893e09a1b2
|
|
@ -7,7 +7,7 @@ if [ -d ../../../.git ]; then
|
||||||
git diff --cached --quiet || exit $?
|
git diff --cached --quiet || exit $?
|
||||||
git add crontab
|
git add crontab
|
||||||
if git commit -m 'updated crontab (automated commit)' > /dev/null; then
|
if git commit -m 'updated crontab (automated commit)' > /dev/null; then
|
||||||
git push origin master
|
git push cgal master
|
||||||
else
|
else
|
||||||
true
|
true
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue