From 8371f514411d29aae2658239be83c882bc7a84c0 Mon Sep 17 00:00:00 2001 From: Edward Welch Date: Tue, 25 Feb 2020 13:30:03 -0500 Subject: [PATCH] I believe a full clone is required to allow the deploy step to work when running against a tag, else the tag name resolves improperly Signed-off-by: Edward Welch --- .drone/drone.jsonnet | 1 + .drone/drone.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.drone/drone.jsonnet b/.drone/drone.jsonnet index 6f48c1987395..a74885554d60 100644 --- a/.drone/drone.jsonnet +++ b/.drone/drone.jsonnet @@ -198,6 +198,7 @@ local manifest(apps) = pipeline('manifest') { commands: [ './tools/deploy.sh', ], + depends_on: ['clone'], }, ], }, diff --git a/.drone/drone.yml b/.drone/drone.yml index 4fd459746d59..2b666a8d2cf8 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -567,6 +567,8 @@ steps: environment: CIRCLE_TOKEN: from_secret: circle_token + depends_on: + - clone trigger: ref: