2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-06-25 19:30:55 +00:00

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 11:12:13 +01:00
parent ea9b0fb5e7
commit 48abfda1b6
2 changed files with 2 additions and 35 deletions

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