Add explicit CI task to Taskfile

This commit is contained in:
Jan Bader 2022-02-15 12:26:48 +00:00
parent 38dfa540b4
commit d8e0f5a160
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@ steps:
image: hub.javil.eu/budgeteer:dev
pull: true
commands:
- task
- task ci
- name: docker
image: plugins/docker

View File

@ -63,6 +63,11 @@ tasks:
- golang-ci run
- task: build
ci:
desc: Run CI build
cmds:
- task: build-prod
frontend:
desc: Build vue frontend
dir: web