mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 05:05:31 +00:00
Remove line endings issue syncgit
This commit is contained in:
+12
-12
@@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
ADMIN_EMAIL="axel.uhl@sap.com jan.hamann@sapsailing.com"
|
||||
|
||||
cd /home/wiki/gitwiki
|
||||
git pull >/tmp/wiki-git.out 2>/tmp/wiki-git.err
|
||||
if [ "$?" != "0" ]; then
|
||||
cat /tmp/wiki-git.out /tmp/wiki-git.err | mail -s "Wiki git problem" $ADMIN_EMAIL
|
||||
fi
|
||||
git push >>/tmp/wiki-git.out 2>/tmp/wiki-git.err
|
||||
if [ "$?" != "0" ]; then
|
||||
cat /tmp/wiki-git.out /tmp/wiki-git.err | mail -s "Wiki git problem" $ADMIN_EMAIL
|
||||
fi
|
||||
#!/bin/sh
|
||||
ADMIN_EMAIL="axel.uhl@sap.com jan.hamann@sapsailing.com"
|
||||
|
||||
cd /home/wiki/gitwiki
|
||||
git pull >/tmp/wiki-git.out 2>/tmp/wiki-git.err
|
||||
if [ "$?" != "0" ]; then
|
||||
cat /tmp/wiki-git.out /tmp/wiki-git.err | mail -s "Wiki git problem" $ADMIN_EMAIL
|
||||
fi
|
||||
git push >>/tmp/wiki-git.out 2>/tmp/wiki-git.err
|
||||
if [ "$?" != "0" ]; then
|
||||
cat /tmp/wiki-git.out /tmp/wiki-git.err | mail -s "Wiki git problem" $ADMIN_EMAIL
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user