2016-11-15 11:55:45 +00:00
|
|
|
image: node:latest
|
2016-05-30 00:28:47 +00:00
|
|
|
|
|
|
|
stages:
|
2016-06-05 12:28:45 +00:00
|
|
|
- test
|
2016-05-30 00:28:47 +00:00
|
|
|
- release
|
2016-06-02 18:09:28 +00:00
|
|
|
- trigger
|
2016-09-04 11:42:22 +00:00
|
|
|
- page
|
2016-06-05 06:19:03 +00:00
|
|
|
|
2016-05-30 00:28:47 +00:00
|
|
|
|
2016-06-05 05:24:21 +00:00
|
|
|
before_script:
|
2016-11-25 12:43:35 +00:00
|
|
|
- npm install npmci -q -g
|
2016-06-05 05:24:21 +00:00
|
|
|
|
2016-06-05 06:06:32 +00:00
|
|
|
testLTS:
|
|
|
|
stage: test
|
|
|
|
script:
|
2016-07-18 16:55:34 +00:00
|
|
|
- npmci install lts
|
2017-02-08 22:44:47 +00:00
|
|
|
- npmci command npm install -g -q npmts
|
2016-07-18 16:39:04 +00:00
|
|
|
- npmci test lts
|
2016-06-05 06:06:32 +00:00
|
|
|
tags:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
testSTABLE:
|
|
|
|
stage: test
|
|
|
|
script:
|
2016-07-18 16:55:34 +00:00
|
|
|
- npmci install stable
|
2017-02-08 22:44:47 +00:00
|
|
|
- npmci command npm install -g -q npmts
|
2016-06-05 06:06:32 +00:00
|
|
|
- npmci test stable
|
|
|
|
tags:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
testLEGACY:
|
|
|
|
stage: test
|
|
|
|
script:
|
2016-07-18 16:55:34 +00:00
|
|
|
- npmci install legacy
|
2017-02-08 22:44:47 +00:00
|
|
|
- npmci command npm install -g -q npmts
|
2016-07-18 16:39:04 +00:00
|
|
|
- npmci test legacy
|
2016-06-05 06:06:32 +00:00
|
|
|
tags:
|
|
|
|
- docker
|
|
|
|
allow_failure: true
|
|
|
|
|
2016-05-30 00:28:47 +00:00
|
|
|
release:
|
|
|
|
stage: release
|
|
|
|
script:
|
2016-05-30 00:35:44 +00:00
|
|
|
- npmci publish
|
2016-05-30 00:28:47 +00:00
|
|
|
only:
|
|
|
|
- tags
|
|
|
|
tags:
|
2016-06-02 16:39:11 +00:00
|
|
|
- docker
|
2016-06-02 17:35:01 +00:00
|
|
|
|
2016-06-02 18:09:28 +00:00
|
|
|
trigger:
|
|
|
|
stage: trigger
|
2016-06-02 17:35:01 +00:00
|
|
|
script:
|
|
|
|
- npmci trigger
|
|
|
|
only:
|
|
|
|
- tags
|
|
|
|
tags:
|
2016-09-04 11:42:22 +00:00
|
|
|
- docker
|
|
|
|
|
|
|
|
pages:
|
|
|
|
stage: page
|
|
|
|
script:
|
2016-09-04 17:49:38 +00:00
|
|
|
- npmci test stable
|
2016-11-17 22:02:37 +00:00
|
|
|
- npmci command npm install -g -q npmpage
|
2016-09-04 11:42:22 +00:00
|
|
|
- npmci command npmpage --host gitlab
|
|
|
|
only:
|
|
|
|
- tags
|
2017-03-24 21:00:14 +00:00
|
|
|
tags:
|
|
|
|
- docker
|
2016-09-04 11:42:22 +00:00
|
|
|
artifacts:
|
|
|
|
expire_in: 1 week
|
|
|
|
paths:
|
|
|
|
- public
|