does order matter?

This commit is contained in:
Grant Limberg
2022-02-07 11:36:52 -08:00
parent f544f75c36
commit 4641a44029

View File

@@ -12,8 +12,8 @@ steps:
commands:
- ./ci/scripts/build.sh linux 386 $${DRONE_COMMIT_SHA}
- name: notify-mattermost
image: registry.sean.farm/mattermost-notify
pull: always
image: registry.sean.farm/mattermost-notify
environment:
token:
from_secret: mattermost-token
@@ -44,8 +44,8 @@ steps:
commands:
- ./ci/scripts/build.sh linux amd64 $${DRONE_COMMIT_SHA}
- name: notify-mattermost
image: registry.sean.farm/mattermost-notify
pull: always
image: registry.sean.farm/mattermost-notify
environment:
token:
from_secret: mattermost-token
@@ -76,8 +76,8 @@ steps:
commands:
- ./ci/scripts/build.sh linux arm64 $${DRONE_COMMIT_SHA}
- name: notify-mattermost
image: registry.sean.farm/mattermost-notify
pull: always
image: registry.sean.farm/mattermost-notify
environment:
token:
from_secret: mattermost-token
@@ -112,8 +112,8 @@ steps:
commands:
- ./ci/scripts/build.sh linux armv7 $${DRONE_COMMIT_SHA}
- name: notify-mattermost
image: registry.sean.farm/mattermost-notify
pull: always
image: registry.sean.farm/mattermost-notify
environment:
token:
from_secret: mattermost-token
@@ -148,8 +148,8 @@ steps:
commands:
- ./ci/scripts/build.sh linux riscv64 $${DRONE_COMMIT_SHA}
- name: notify-mattermost
image: registry.sean.farm/mattermost-notify
pull: always
image: registry.sean.farm/mattermost-notify
environment:
token:
from_secret: mattermost-token
@@ -180,8 +180,8 @@ steps:
commands:
- ./ci/scripts/build.sh linux mips64le $${DRONE_COMMIT_SHA}
- name: notify-mattermost
image: registry.sean.farm/mattermost-notify
pull: always
image: registry.sean.farm/mattermost-notify
environment:
token:
from_secret: mattermost-token
@@ -212,8 +212,8 @@ steps:
commands:
- ./ci/scripts/build.sh linux ppc64le $${DRONE_COMMIT_SHA}
- name: notify-mattermost
image: registry.sean.farm/mattermost-notify
pull: always
image: registry.sean.farm/mattermost-notify
environment:
token:
from_secret: mattermost-token
@@ -244,8 +244,8 @@ steps:
commands:
- ./ci/scripts/build.sh linux s390x $${DRONE_COMMIT_SHA}
- name: notify-mattermost
image: registry.sean.farm/mattermost-notify
pull: always
image: registry.sean.farm/mattermost-notify
environment:
token:
from_secret: mattermost-token