This repository has been archived on 2024-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
rocketchat-scim/.gitlab-ci.yml
2022-03-10 15:37:18 +01:00

11 lines
138 B
YAML

package:
image:
name: node:17
script:
- npm ci
- npm run package
artifacts:
paths:
- dist/
only:
- main