update ci conf

This commit is contained in:
Simon Vieille 2023-03-19 09:34:23 +01:00
parent 7227f59dab
commit 097ccc9dc9
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,8 +3,7 @@ pipeline:
image: node:16 image: node:16
pull: true pull: true
commands: commands:
- npm i - npm ci
- npm link @nextcloud/vue
when: when:
event: [tag, push, pull_request] event: [tag, push, pull_request]
branch: [master, develop, feature/*, translations] branch: [master, develop, feature/*, translations]