mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
does order matter?
This commit is contained in:
parent
f544f75c36
commit
4641a44029
1 changed files with 8 additions and 8 deletions
16
.drone.yml
16
.drone.yml
|
@ -12,8 +12,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux 386 $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux 386 $${DRONE_COMMIT_SHA}
|
||||||
- name: notify-mattermost
|
- name: notify-mattermost
|
||||||
image: registry.sean.farm/mattermost-notify
|
|
||||||
pull: always
|
pull: always
|
||||||
|
image: registry.sean.farm/mattermost-notify
|
||||||
environment:
|
environment:
|
||||||
token:
|
token:
|
||||||
from_secret: mattermost-token
|
from_secret: mattermost-token
|
||||||
|
@ -44,8 +44,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux amd64 $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux amd64 $${DRONE_COMMIT_SHA}
|
||||||
- name: notify-mattermost
|
- name: notify-mattermost
|
||||||
image: registry.sean.farm/mattermost-notify
|
|
||||||
pull: always
|
pull: always
|
||||||
|
image: registry.sean.farm/mattermost-notify
|
||||||
environment:
|
environment:
|
||||||
token:
|
token:
|
||||||
from_secret: mattermost-token
|
from_secret: mattermost-token
|
||||||
|
@ -76,8 +76,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux arm64 $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux arm64 $${DRONE_COMMIT_SHA}
|
||||||
- name: notify-mattermost
|
- name: notify-mattermost
|
||||||
image: registry.sean.farm/mattermost-notify
|
|
||||||
pull: always
|
pull: always
|
||||||
|
image: registry.sean.farm/mattermost-notify
|
||||||
environment:
|
environment:
|
||||||
token:
|
token:
|
||||||
from_secret: mattermost-token
|
from_secret: mattermost-token
|
||||||
|
@ -112,8 +112,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux armv7 $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux armv7 $${DRONE_COMMIT_SHA}
|
||||||
- name: notify-mattermost
|
- name: notify-mattermost
|
||||||
image: registry.sean.farm/mattermost-notify
|
|
||||||
pull: always
|
pull: always
|
||||||
|
image: registry.sean.farm/mattermost-notify
|
||||||
environment:
|
environment:
|
||||||
token:
|
token:
|
||||||
from_secret: mattermost-token
|
from_secret: mattermost-token
|
||||||
|
@ -148,8 +148,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux riscv64 $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux riscv64 $${DRONE_COMMIT_SHA}
|
||||||
- name: notify-mattermost
|
- name: notify-mattermost
|
||||||
image: registry.sean.farm/mattermost-notify
|
|
||||||
pull: always
|
pull: always
|
||||||
|
image: registry.sean.farm/mattermost-notify
|
||||||
environment:
|
environment:
|
||||||
token:
|
token:
|
||||||
from_secret: mattermost-token
|
from_secret: mattermost-token
|
||||||
|
@ -180,8 +180,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux mips64le $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux mips64le $${DRONE_COMMIT_SHA}
|
||||||
- name: notify-mattermost
|
- name: notify-mattermost
|
||||||
image: registry.sean.farm/mattermost-notify
|
|
||||||
pull: always
|
pull: always
|
||||||
|
image: registry.sean.farm/mattermost-notify
|
||||||
environment:
|
environment:
|
||||||
token:
|
token:
|
||||||
from_secret: mattermost-token
|
from_secret: mattermost-token
|
||||||
|
@ -212,8 +212,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux ppc64le $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux ppc64le $${DRONE_COMMIT_SHA}
|
||||||
- name: notify-mattermost
|
- name: notify-mattermost
|
||||||
image: registry.sean.farm/mattermost-notify
|
|
||||||
pull: always
|
pull: always
|
||||||
|
image: registry.sean.farm/mattermost-notify
|
||||||
environment:
|
environment:
|
||||||
token:
|
token:
|
||||||
from_secret: mattermost-token
|
from_secret: mattermost-token
|
||||||
|
@ -244,8 +244,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux s390x $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux s390x $${DRONE_COMMIT_SHA}
|
||||||
- name: notify-mattermost
|
- name: notify-mattermost
|
||||||
image: registry.sean.farm/mattermost-notify
|
|
||||||
pull: always
|
pull: always
|
||||||
|
image: registry.sean.farm/mattermost-notify
|
||||||
environment:
|
environment:
|
||||||
token:
|
token:
|
||||||
from_secret: mattermost-token
|
from_secret: mattermost-token
|
||||||
|
|
Loading…
Add table
Reference in a new issue