mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
lets try this
This commit is contained in:
parent
4ecf692f46
commit
09fff7f1cb
1 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,15 @@ steps:
|
||||||
image: registry.sean.farm/honda-builder
|
image: registry.sean.farm/honda-builder
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux 386 $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux 386 $${DRONE_COMMIT_SHA}
|
||||||
|
- name: notify-mattermost
|
||||||
|
image: dabankio/drone-plugin-mattermost
|
||||||
|
environment:
|
||||||
|
token:
|
||||||
|
from_secret: mattermost-token
|
||||||
|
host:
|
||||||
|
from_secret: mattermost-host
|
||||||
|
channel:
|
||||||
|
from_secret: mattermost-channel
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- dockerconfigjson
|
- dockerconfigjson
|
||||||
|
|
Loading…
Add table
Reference in a new issue