forked from Mirrors/freeswitch
[Testing] Move Drone artifacts to signalwire.cloud
This commit is contained in:
parent
1010c6c55c
commit
4273ec304b
22
.drone.yml
22
.drone.yml
|
@ -52,17 +52,15 @@ steps:
|
||||||
- cd logs && ls -la
|
- cd logs && ls -la
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: signalwire/public-unit-tests-notify
|
image: signalwire/drone-notify
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GITHUB_CI_APP_PEM:
|
|
||||||
from_secret: github_ci_app_pem
|
|
||||||
SSH_KEY:
|
|
||||||
from_secret: public_artifacts_ssh_key
|
|
||||||
SLACK_WEBHOOK_URL:
|
SLACK_WEBHOOK_URL:
|
||||||
from_secret: slack_webhook_url
|
from_secret: slack_webhook_url
|
||||||
|
ENV_FILE:
|
||||||
|
from_secret: notify_env
|
||||||
commands:
|
commands:
|
||||||
- /root/notify.sh
|
- /root/unit-tests-notify.sh
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
@ -127,17 +125,15 @@ steps:
|
||||||
- echo "*** Exit status is $exitstatus"
|
- echo "*** Exit status is $exitstatus"
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: signalwire/public-scan-build-notify
|
image: signalwire/drone-notify
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GITHUB_CI_APP_PEM:
|
|
||||||
from_secret: github_ci_app_pem
|
|
||||||
SSH_KEY:
|
|
||||||
from_secret: public_artifacts_ssh_key
|
|
||||||
SLACK_WEBHOOK_URL:
|
SLACK_WEBHOOK_URL:
|
||||||
from_secret: slack_webhook_url
|
from_secret: slack_webhook_url
|
||||||
|
ENV_FILE:
|
||||||
|
from_secret: notify_env
|
||||||
commands:
|
commands:
|
||||||
- /root/notify.sh
|
- /root/scan-build-notify.sh
|
||||||
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -149,6 +145,6 @@ trigger:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 847aeb3791f682fe44b2e401a7a2b6ebbf06830e67046745459a31b32a7da2f3
|
hmac: af77439b382612b49140cb95f04d6d695e0a188c411ae227abcba205bf96bab9
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue