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
|
pull: default
|
||||||
image: plugins/gcs
|
image: plugins/gcs
|
||||||
settings:
|
settings:
|
||||||
when:
|
|
||||||
instance:
|
|
||||||
- drone-publish.rancher.io
|
|
||||||
acl:
|
acl:
|
||||||
- allUsers:READER
|
- allUsers:READER
|
||||||
cache_control: "no-cache,must-revalidate"
|
cache_control: "no-cache,must-revalidate"
|
||||||
|
|
@ -36,3 +33,6 @@ steps:
|
||||||
target: releases.rancher.com/api-ui/${DRONE_TAG##v}.tar.gz
|
target: releases.rancher.com/api-ui/${DRONE_TAG##v}.tar.gz
|
||||||
token:
|
token:
|
||||||
from_secret: google_auth_key
|
from_secret: google_auth_key
|
||||||
|
when:
|
||||||
|
instance:
|
||||||
|
- drone-publish.rancher.io
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue