mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-12-20 11:34:36 +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:
parent
ea9b0fb5e7
commit
48abfda1b6
36
.drone.yml
36
.drone.yml
@ -2,12 +2,6 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: build-amd64
|
name: build-amd64
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
- tag
|
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
@ -73,36 +67,8 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: update-cron
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- cron
|
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: update
|
|
||||||
pull: always
|
|
||||||
image: spritsail/alpine
|
|
||||||
commands:
|
|
||||||
- apk add bash curl jq git
|
|
||||||
- ./update.sh
|
|
||||||
|
|
||||||
- name: push
|
|
||||||
pull: always
|
|
||||||
image: appleboy/drone-git-push
|
|
||||||
settings:
|
|
||||||
branch: master
|
|
||||||
remote: git@github.com:spritsail/plex-media-server.git
|
|
||||||
ssh_key: {from_secret: git_ssh_key}
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: ffa33c4e8d4d71e4a1dcbc850859ebde679f6c574885d99df3ca9496e1db55b9
|
hmac: 6d4fdd6274fdab370550ea310af156a7e6fdb74794c80bf234a825d7136f6783
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -21,6 +21,7 @@ if ! git diff --quiet --exit-code Dockerfile; then
|
|||||||
--no-gpg-sign \
|
--no-gpg-sign \
|
||||||
--signoff \
|
--signoff \
|
||||||
-m "Update to Plex ${VERSION%-*}"
|
-m "Update to Plex ${VERSION%-*}"
|
||||||
|
git push origin HEAD
|
||||||
else
|
else
|
||||||
>&2 echo No update available
|
>&2 echo No update available
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user