deactivate revive [release/v0.11 branch only] (#289)

deactivate revive

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/289
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
6543 2020-03-29 14:28:46 +00:00 committed by Andrew Thornton
parent 2f9e18637f
commit 89970fb7b5

View file

@ -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