Make sure to only execute build after fetich tags
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kolaente 2020-10-17 20:46:52 +02:00
parent de2772f2fd
commit 6e8bad6eb3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -16,6 +16,7 @@ steps:
- name: build - name: build
image: electronuserland/builder:wine image: electronuserland/builder:wine
pull: true pull: true
depends_on: [ fetch-tags ]
commands: commands:
# TODO: Move to a yarn script # TODO: Move to a yarn script
- wget https://dl.vikunja.io/frontend/vikunja-frontend-master.zip - wget https://dl.vikunja.io/frontend/vikunja-frontend-master.zip
@ -42,3 +43,4 @@ steps:
source: dist/* source: dist/*
target: /desktop/master/ target: /desktop/master/
depends_on: [ build ] depends_on: [ build ]