diff options
| author | Andrew Rabert <ar@nullsum.net> | 2018-12-13 18:40:15 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2018-12-13 18:40:15 -0500 |
| commit | b988a0644a73492604d2bf9150a23b1b6a9a5745 (patch) | |
| tree | 377997f992a49cfcf36b19064be71e6113673a05 | |
| parent | 16e3c5eb85a288ededef70a1bf28daf3c7194580 (diff) | |
Remove clone depth
causing problems with revert commits
| -rw-r--r-- | .drone.yml | 6 |
1 files changed, 0 insertions, 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 |
