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: stages:
- lint - verify
- build
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_DEPTH: "500" GIT_DEPTH: "500"
lint: lint:
stage: lint stage: verify
image: alpinelinux/apkbuild-lint-tools:latest image: alpinelinux/apkbuild-lint-tools:latest
interruptible: true interruptible: true
script: script:
...@@ -20,7 +19,7 @@ lint: ...@@ -20,7 +19,7 @@ lint:
- x86_64 - x86_64
.build: .build:
stage: build stage: verify
image: alpinelinux/alpine-gitlab-ci:latest image: alpinelinux/alpine-gitlab-ci:latest
interruptible: true interruptible: true
script: 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