项目作者: EasyMetrics

项目描述 :
NodeJS 8.4 build, test & deployment container for CircleCI 2.0
高级语言:
项目地址: git://github.com/EasyMetrics/circleci-gcp-node8.git
创建时间: 2017-07-21T09:16:29Z
项目社区:https://github.com/EasyMetrics/circleci-gcp-node8

开源协议:Apache License 2.0

下载







CircleCI 2.0 Node 8.2 Build container


Docker Repository for the EasyMetrics NodeJS CircleCI build & deployment Image.


Usage

  1. # config.yml
  2. docker:
  3. - image: easymetrics/circleci-gcp-node8

Essentially it’s circleci/node:8.2.0 + NVM + Google Cloud SDK. The SDK is not initialized in this build, that is done during the CI run using secure environment variables ( see the gpc docs ).

The container does not have a headless browser configuration ( We use Jest because in-browser testing is over )