chore(ci): don't wait for build when linting
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2024-02-07 22:44:36 +01:00
parent 3057a1c8dc
commit 15a1473c11
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 3 deletions

View File

@ -117,7 +117,6 @@ steps:
GOPROXY: 'https://goproxy.kolaente.de'
commands:
- mage -compile ./mage-static
- env
when:
event: [ push, tag, pull_request ]
@ -137,7 +136,7 @@ steps:
pull: always
environment:
GOPROXY: 'https://goproxy.kolaente.de'
depends_on: [ build ]
depends_on: [ mage ]
commands:
- export "GOROOT=$(go env GOROOT)"
- ./mage-static check:golangci
@ -1288,6 +1287,6 @@ steps:
frontend/src/i18n/lang/en.json: en.json
---
kind: signature
hmac: 0783b49472a26f489f7dded1e31473996ba432f7155fc75409b4820f34a5cb0e
hmac: c814fdec67436ee37b02ca5b4891f9a0d0f430a86eb12e539fdda2845a3954f4
...