Merge pull request #1267 from signalwire/dronesignature

[Testing] Update Drone CI signature.
This commit is contained in:
Andrey Volk 2021-07-14 19:32:42 +03:00 committed by GitHub
commit f1dd4390c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -5,14 +5,14 @@ name: unit-tests
steps: steps:
- name: bootstrap - name: bootstrap
image: signalwire/freeswitch-public-base image: signalwire/freeswitch-public-base
pull: true pull: always
commands: commands:
- cat /proc/sys/kernel/core_pattern - cat /proc/sys/kernel/core_pattern
- ./bootstrap.sh -j - ./bootstrap.sh -j
- name: configure - name: configure
image: signalwire/freeswitch-public-base image: signalwire/freeswitch-public-base
pull: true pull: always
commands: commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
@ -27,7 +27,7 @@ steps:
- name: build - name: build
image: signalwire/freeswitch-public-base image: signalwire/freeswitch-public-base
pull: true pull: always
commands: commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
@ -37,7 +37,7 @@ steps:
- name: run-tests - name: run-tests
image: signalwire/freeswitch-public-base image: signalwire/freeswitch-public-base
pull: true pull: always
commands: commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
@ -53,7 +53,7 @@ steps:
- name: notify - name: notify
image: signalwire/drone-notify image: signalwire/drone-notify
pull: true pull: always
environment: environment:
SLACK_WEBHOOK_URL: SLACK_WEBHOOK_URL:
from_secret: slack_webhook_url from_secret: slack_webhook_url
@ -76,13 +76,13 @@ name: scan-build
steps: steps:
- name: bootstrap - name: bootstrap
image: signalwire/freeswitch-public-base:stretch image: signalwire/freeswitch-public-base:stretch
pull: true pull: always
commands: commands:
- ./bootstrap.sh -j - ./bootstrap.sh -j
- name: configure - name: configure
image: signalwire/freeswitch-public-base:stretch image: signalwire/freeswitch-public-base:stretch
pull: true pull: always
commands: commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
@ -113,7 +113,7 @@ steps:
- name: scan-build - name: scan-build
image: signalwire/freeswitch-public-base:stretch image: signalwire/freeswitch-public-base:stretch
pull: true pull: always
commands: commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
@ -126,7 +126,7 @@ steps:
- name: notify - name: notify
image: signalwire/drone-notify image: signalwire/drone-notify
pull: true pull: always
environment: environment:
SLACK_WEBHOOK_URL: SLACK_WEBHOOK_URL:
from_secret: slack_webhook_url from_secret: slack_webhook_url
@ -145,6 +145,6 @@ trigger:
--- ---
kind: signature kind: signature
hmac: af77439b382612b49140cb95f04d6d695e0a188c411ae227abcba205bf96bab9 hmac: bc24832140c40a8fde4bb04bd6bcce43029bf1641ed4acc3585fe52049ae24dc
... ...