chore(ci): don't wait for build when linting
This commit is contained in:
parent
3057a1c8dc
commit
15a1473c11
@ -117,7 +117,6 @@ steps:
|
|||||||
GOPROXY: 'https://goproxy.kolaente.de'
|
GOPROXY: 'https://goproxy.kolaente.de'
|
||||||
commands:
|
commands:
|
||||||
- mage -compile ./mage-static
|
- mage -compile ./mage-static
|
||||||
- env
|
|
||||||
when:
|
when:
|
||||||
event: [ push, tag, pull_request ]
|
event: [ push, tag, pull_request ]
|
||||||
|
|
||||||
@ -137,7 +136,7 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
environment:
|
environment:
|
||||||
GOPROXY: 'https://goproxy.kolaente.de'
|
GOPROXY: 'https://goproxy.kolaente.de'
|
||||||
depends_on: [ build ]
|
depends_on: [ mage ]
|
||||||
commands:
|
commands:
|
||||||
- export "GOROOT=$(go env GOROOT)"
|
- export "GOROOT=$(go env GOROOT)"
|
||||||
- ./mage-static check:golangci
|
- ./mage-static check:golangci
|
||||||
@ -1288,6 +1287,6 @@ steps:
|
|||||||
frontend/src/i18n/lang/en.json: en.json
|
frontend/src/i18n/lang/en.json: en.json
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 0783b49472a26f489f7dded1e31473996ba432f7155fc75409b4820f34a5cb0e
|
hmac: c814fdec67436ee37b02ca5b4891f9a0d0f430a86eb12e539fdda2845a3954f4
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user