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
|
||||
type: docker
|
||||
name: clang format
|
||||
clone:
|
||||
recursive: true
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
@ -30,6 +32,8 @@ steps:
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: static analysis
|
||||
clone:
|
||||
recursive: true
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
|
Loading…
Add table
Reference in a new issue