From 2158226bca0fcb7e91eaa5fb99a202095a9cdfc9 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 17 Feb 2019 20:38:02 +0800 Subject: [PATCH] fix: missing manifest config --- .drone.jsonnet | 3 --- .drone.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index a0797c6..0dff67b 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -245,9 +245,6 @@ local PipelineNotifications(os='linux', arch='amd64', depends_on=[]) = { os: os, arch: arch, }, - clone: { - disable: true, - }, steps: [ { name: 'manifest', diff --git a/.drone.yml b/.drone.yml index 1c5fd46..cb81775 100644 --- a/.drone.yml +++ b/.drone.yml @@ -363,9 +363,6 @@ platform: os: linux arch: amd64 -clone: - disable: true - steps: - name: manifest pull: always