From 6e8bad6eb33fd14a84afe7d4ce90c6ab7c2b0933 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 17 Oct 2020 20:46:52 +0200 Subject: [PATCH] Make sure to only execute build after fetich tags --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6ddfb1923..c0515b2d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: - name: build image: electronuserland/builder:wine pull: true + depends_on: [ fetch-tags ] commands: # TODO: Move to a yarn script - wget https://dl.vikunja.io/frontend/vikunja-frontend-master.zip @@ -42,3 +43,4 @@ steps: source: dist/* target: /desktop/master/ depends_on: [ build ] +