Allow manual upstreaming, fix matrix
This commit is contained in:
parent
ff4807f1f9
commit
2b01119f1f
19
.drone.yml
19
.drone.yml
|
@ -8,6 +8,9 @@ steps:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
- promote
|
||||||
|
target:
|
||||||
|
- upstream
|
||||||
environment:
|
environment:
|
||||||
GITEA_SSH_KEY:
|
GITEA_SSH_KEY:
|
||||||
from_secret: gitea_ssh_key
|
from_secret: gitea_ssh_key
|
||||||
|
@ -35,6 +38,9 @@ steps:
|
||||||
- success
|
- success
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
- promote
|
||||||
|
target:
|
||||||
|
- upstream
|
||||||
depends_on:
|
depends_on:
|
||||||
- "Sync upstream to local"
|
- "Sync upstream to local"
|
||||||
environment:
|
environment:
|
||||||
|
@ -57,12 +63,15 @@ steps:
|
||||||
- git push origin core
|
- git push origin core
|
||||||
|
|
||||||
- name: "Notify success"
|
- name: "Notify success"
|
||||||
image: plugins/atrix
|
image: plugins/matrix
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
- promote
|
||||||
|
target:
|
||||||
|
- upstream
|
||||||
depends_on:
|
depends_on:
|
||||||
- "Sync core with upstream"
|
- "Sync core with upstream"
|
||||||
settings:
|
settings:
|
||||||
|
@ -81,6 +90,9 @@ steps:
|
||||||
- failure
|
- failure
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
- promote
|
||||||
|
target:
|
||||||
|
- upstream
|
||||||
depends_on:
|
depends_on:
|
||||||
- "Sync core with upstream"
|
- "Sync core with upstream"
|
||||||
environment:
|
environment:
|
||||||
|
@ -98,11 +110,14 @@ steps:
|
||||||
- success
|
- success
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
- promote
|
||||||
|
target:
|
||||||
|
- upstream
|
||||||
depends_on:
|
depends_on:
|
||||||
- "Open pull request for failed merge"
|
- "Open pull request for failed merge"
|
||||||
settings:
|
settings:
|
||||||
homeserver: https://matrix.pub.solar
|
homeserver: https://matrix.pub.solar
|
||||||
roomid: operations:pub.solar
|
roomid: dfQBqwkhIzrFjMSsxy:pub.solar
|
||||||
username:
|
username:
|
||||||
from_secret: matrix_username
|
from_secret: matrix_username
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue