From 6e826691fa06c9a581a9c06335da89a93e3c2cf1 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 29 Mar 2021 16:55:42 -0700 Subject: [PATCH] drone.yml new drone format settings for drone-gogs --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0982b5a..562937b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,7 +99,8 @@ steps: environment: GOGS_ACCOUNT_TOKEN: from_secret: gogs_account_token - gogs_url: https://git.openprivacy.ca + settings: + gogs_url: https://git.openprivacy.ca volumes: # gopath where bin and pkg lives to persist across steps