2016-07-18 16:55:34 +00:00
|
|
|
image: hosttoday/ht-docker-node:stable
|
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-07-18 17:18:19 +00:00
|
|
|
- npm uninstall -g npmci
|
2016-06-05 05:24:21 +00:00
|
|
|
- npm install -g npmci
|
|
|
|
|
2016-06-05 06:06:32 +00:00
|
|
|
testLTS:
|
|
|
|
stage: test
|
|
|
|
script:
|
2016-07-18 16:55:34 +00:00
|
|
|
- npmci install lts
|
|
|
|
- npmci command npm install -g 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
|
|
|
|
- npmci command npm install -g 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
|
|
|
|
- npmci command npm install -g 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:
|
|
|
|
image: hosttoday/ht-docker-node:npmpage
|
|
|
|
stage: page
|
|
|
|
script:
|
2016-09-04 17:49:38 +00:00
|
|
|
- npmci test stable
|
2016-09-04 11:42:22 +00:00
|
|
|
- npmci command npmpage --host gitlab
|
|
|
|
only:
|
|
|
|
- tags
|
|
|
|
artifacts:
|
|
|
|
expire_in: 1 week
|
|
|
|
paths:
|
|
|
|
- public
|