Add explicit CI task to Taskfile

This commit is contained in:
Jan Bader 2022-02-15 12:27:15 +00:00
parent aaf16dbe92
commit 584e7ef393

View File

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