2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-06-25 03:10:56 +00:00

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

This reverts commit 7dea897666.
This commit is contained in:
2021-04-28 09:04:51 +01:00
parent caa20177d5
commit 02595c5a99
2 changed files with 2 additions and 36 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