mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: move lint stage as first stage, require invalidcode to pass before running builds
This commit is contained in:
parent
35c809a726
commit
60b7f63afa
2 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
- install
|
||||
- test
|
||||
- lint
|
||||
- bot
|
||||
|
||||
default:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.build-stage:
|
||||
stage: build
|
||||
needs:
|
||||
- job: actionsmap
|
||||
- job: invalidcode311
|
||||
image: "before-install"
|
||||
variables:
|
||||
YNH_SOURCE: "https://github.com/yunohost"
|
||||
|
|
Loading…
Add table
Reference in a new issue