From f91a9230d82fc748cefb5804cfc55a5976b22c69 Mon Sep 17 00:00:00 2001 From: Phillip Rak Date: Tue, 23 May 2023 08:54:25 -0700 Subject: [PATCH] Fix structure of yaml for build step Signed-off-by: Phillip Rak --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 86e7bd9..e75a9ce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,9 +26,6 @@ steps: pull: default image: plugins/gcs settings: - when: - instance: - - drone-publish.rancher.io acl: - allUsers:READER cache_control: "no-cache,must-revalidate" @@ -36,3 +33,6 @@ steps: target: releases.rancher.com/api-ui/${DRONE_TAG##v}.tar.gz token: from_secret: google_auth_key + when: + instance: + - drone-publish.rancher.io