blob: dae34f8a16f0ff0caeb66d82898a74fc07a142c3 [file] [log] [blame]
Israel Lavi75dc1472018-08-07 11:36:58 +03001language: node_js
2node_js:
3- 6
4install: npm install
5script:
6- npm run build
7deploy:
8 - provider: npm
9 email: onap.sdc@gmail.com
10 api_key: $NPM_TOKEN
11 skip_cleanup: true
12 on:
13 tags: true
14 repo: onap-sdc/onap-ui-common