From 7d432267702a85ec1a204f25e272dbdf538af308 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 10 Jun 2024 18:53:22 -0400 Subject: [PATCH] Move environment variables under steps --- .drone.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 02b4618..dc23e78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,13 @@ name: Build and Push clone: disable: true +# Set Platform +# https://docs.drone.io/pipeline/exec/syntax/platform/ +platform: + os: linux + arch: arm64 + +steps: # Set global environment variables. # https://docs.drone.io/pipeline/environment/syntax/#per-pipeline environment: @@ -18,14 +25,6 @@ environment: from_secret: CODEBERG_USERNAME CODEBERG_PASSWORD: from_secret: CODEBERG_PASSWORD - -# Set Platform -# https://docs.drone.io/pipeline/exec/syntax/platform/ -platform: - os: linux - arch: arm64 - -steps: - name: 4get failure: ignore # If step fails, ignore and move onto next step. commands: