ci: move lint stage as first stage, require invalidcode to pass before running builds

This commit is contained in:
Alexandre Aubin 2023-11-29 00:11:33 +01:00
parent 35c809a726
commit 60b7f63afa
2 changed files with 4 additions and 1 deletions

View file

@ -1,9 +1,9 @@
---
stages:
- lint
- build
- install
- test
- lint
- bot
default:

View file

@ -1,5 +1,8 @@
.build-stage:
stage: build
needs:
- job: actionsmap
- job: invalidcode311
image: "before-install"
variables:
YNH_SOURCE: "https://github.com/yunohost"