Remove clone depth
causing problems with revert commits
This commit is contained in:
parent
16e3c5eb85
commit
b988a0644a
|
@ -1,9 +1,6 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: build:debian
|
name: build:debian
|
||||||
|
|
||||||
clone:
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
|
@ -22,9 +19,6 @@ steps:
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: build:docker
|
name: build:docker
|
||||||
|
|
||||||
clone:
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
|
|
Loading…
Reference in New Issue
Block a user