From 49bd871227df1682f5d830a805d1dffe2af6c014 Mon Sep 17 00:00:00 2001 From: genofire's bot Date: Tue, 16 Jun 2020 13:11:08 +0200 Subject: [PATCH] bot update --- update.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/update.sh b/update.sh index 7bc2f9d..482401e 100755 --- a/update.sh +++ b/update.sh @@ -2,17 +2,3 @@ wget -q -O plenum.md "https://md.ccc-mannheim.de/9vP-toraQhOONftDOFuQtw/download" wget -q -O p5/plenum.md "https://md.ccc-mannheim.de/oirNqftnSbK2esF9xFWvaw/download" wget -q -O open_software.md "https://md.ccc-mannheim.de/-H4XaDXbTn-3q_ES2RTxDA/download" - -if [[ ! -z "$(git status --porcelain --ignore-submodules -unormal)" ]]; then - echo "[bot] commit dirty changes" - git commit -m "bot update" -a -fi -if [[ "$(git rev-list --left-right --count HEAD...@'{u}' | cut -f2 )" != "0" ]]; then - echo "[bot] fetch current version" - git pull --rebase -fi -if [[ "$(git rev-list --left-right --count HEAD...@'{u}' | cut -f1 )" != "0" ]]; then - echo "[bot] push commits" - git remote | xargs -L1 git push --all -fi -