From 4641a4402910385294ff97bc9d709babd088260c Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 7 Feb 2022 11:36:52 -0800 Subject: [PATCH] does order matter? --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index e65c68718..6762ee7bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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