From 33c5c8458f6023ed3dc91bf0cf82632fab562f1b Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 29 Mar 2020 15:26:12 +0200 Subject: [PATCH] deactivate revive --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cf7e444..75fd6ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: commands: - make clean - make vet - - make revive + #- make revive #does not work now, activate it as soon as it works again - make build - curl --noproxy "*" http://gitea:3000/api/v1/version # verify connection to instance - make test -- 2.40.1