ci: clone recursively in ci
This commit is contained in:
parent
8419f366b9
commit
18eaa3f4e0
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: clang format
|
name: clang format
|
||||||
|
clone:
|
||||||
|
recursive: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
@ -30,6 +32,8 @@ steps:
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: static analysis
|
name: static analysis
|
||||||
|
clone:
|
||||||
|
recursive: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue