Make sure to only execute build after fetich tags
This commit is contained in:
parent
de2772f2fd
commit
6e8bad6eb3
@ -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 ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user