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: stages:
- lint
- build - build
- install - install
- test - test
- lint
- bot - bot
default: default:

View file

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