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

12 lines
138 B
YAML
Raw Normal View History

2022-03-10 14:37:18 +00:00
package:
image:
name: node:17
script:
- npm ci
- npm run package
artifacts:
paths:
- dist/
only:
- main