Make sure to only execute build after fetich tags

This commit is contained in:
kolaente 2020-10-17 20:46:52 +02:00
parent de2772f2fd
commit 6e8bad6eb3
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -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 ]