Fix packaging command

This commit is contained in:
kolaente 2021-04-21 21:46:38 +02:00
parent e69682c7da
commit 2c0596dd1c
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -20,7 +20,8 @@ steps:
image: kolaente/zip
pull: true
commands:
- zip -r vikunja-theme.zip archetypes/ layouts/ static/ theme.toml
- rm -rf node_modules
- zip -r vikunja-theme.zip *
depends_on: [ build ]
- name: release