From b988a0644a73492604d2bf9150a23b1b6a9a5745 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Thu, 13 Dec 2018 18:40:15 -0500 Subject: [PATCH] Remove clone depth causing problems with revert commits --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 238a4465e..13762ba0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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