Hopefully fix release
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-07-26 00:42:05 +02:00
parent 80648e08f6
commit b3001e3887
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,13 @@ local testing(version, arch) = {
arch: arch
},
steps: [
{
name: "submodules",
image: "alpine/git",
commands: [
"git submodule update --init --recursive"
]
},
{
name: "lint",
image: "rancher/drone-golangci-lint:latest"
@ -33,7 +40,8 @@ local release() = {
name: "fetch",
image: "docker:git",
commands : [
"git fetch --tags"
"git fetch --tags",
"git submodule update --init --recursive"
]
},
{

View File

@ -37,3 +37,5 @@ changelog:
exclude:
- '^docs:'
- '^test:'
gitea_urls:
api: https://gitea.froth.zone/api/v1/