Skip to content
Snippets Groups Projects
Commit 2bdf0ea2 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

gitlab-ci: run builds and linting in same stage

parent 517a37ac
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
stages:
- lint
- build
- verify
variables:
GIT_STRATEGY: clone
GIT_DEPTH: "500"
lint:
stage: lint
stage: verify
image: alpinelinux/apkbuild-lint-tools:latest
interruptible: true
script:
......@@ -20,7 +19,7 @@ lint:
- x86_64
.build:
stage: build
stage: verify
image: alpinelinux/alpine-gitlab-ci:latest
interruptible: true
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment