Remove clone depth

causing problems with revert commits
This commit is contained in:
Andrew Rabert 2018-12-13 18:40:15 -05:00
parent 16e3c5eb85
commit b988a0644a
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,6 @@
kind: pipeline
name: build:debian
clone:
depth: 1
steps:
- name: submodules
image: docker:git
@ -22,9 +19,6 @@ steps:
kind: pipeline
name: build:docker
clone:
depth: 1
steps:
- name: submodules
image: docker:git