From 83fd8af2f564e204fe48c49694cbed78d78b2515 Mon Sep 17 00:00:00 2001 From: shim_ <> Date: Sat, 24 Nov 2018 13:01:44 +0100 Subject: [PATCH] fix config --- .drone.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0bea603..a51f930 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,12 +16,11 @@ pipeline: - zip seafile.zip -r modules icon.png main.py metadata.xml settings.ui release: image: plugins/gitea-release - settings: - api_key: - from_secret: gitea_token - base_url: https://git.shimun.net - files: seafile.zip - checksum: - - sha256 - when: - event: tag + api_key: + from_secret: gitea_token + base_url: https://git.shimun.net + files: seafile.zip + checksum: + - sha256 + when: + event: tag