mirror of https://github.com/rancher/api-ui.git
Fix structure of yaml for build step
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
parent
ae51cb31c8
commit
f91a9230d8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue