Revert "Bump Plex build on cron and attempt to push to git"

This reverts commit a09bf8c4ff.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2021-05-28 10:12:13 +00:00
parent ea9b0fb5e7
commit 48abfda1b6
2 changed files with 2 additions and 35 deletions
+1
View File
@@ -21,6 +21,7 @@ if ! git diff --quiet --exit-code Dockerfile; then
--no-gpg-sign \
--signoff \
-m "Update to Plex ${VERSION%-*}"
git push origin HEAD
else
>&2 echo No update available
fi