Skip to content
Snippets Groups Projects
Commit 6cd282b8 authored by niansa's avatar niansa
Browse files

Run build stage after format stage

parent d3015162
No related branches found
No related tags found
No related merge requests found
stages: stages:
- build
- format - format
- build
clang-format:
stage: format
image: suyuemu/cibuild:latest
resource_group: linux-ci
variables:
RELEASE_NAME: mainline
script:
- bash .ci/scripts/format/script.sh
build-linux: build-linux:
stage: build stage: build
...@@ -15,12 +24,3 @@ build-linux: ...@@ -15,12 +24,3 @@ build-linux:
artifacts: artifacts:
paths: paths:
- artifacts/* - artifacts/*
clang-format:
stage: format
image: suyuemu/cibuild:latest
resource_group: linux-ci
variables:
RELEASE_NAME: mainline
script:
- bash .ci/scripts/format/script.sh
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